generated from oci/template
base image doesnt support arm64
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s
This commit is contained in:
parent
9707ac2080
commit
dcd12c8909
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Build and push multi-arch Docker images
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--platform linux/amd64 \
|
||||
--tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \
|
||||
--tag $REPO_HOST/$REPO_PATH:nightly \
|
||||
--push \
|
||||
|
|
Loading…
Reference in a new issue