base image doesnt support arm64
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 24s

This commit is contained in:
merith-tk 2025-05-28 18:38:50 +01:00
parent 9707ac2080
commit dcd12c8909

View file

@ -35,7 +35,7 @@ jobs:
- name: Build and push multi-arch Docker images - name: Build and push multi-arch Docker images
run: | run: |
docker buildx build \ docker buildx build \
--platform linux/amd64,linux/arm64 \ --platform linux/amd64 \
--tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \ --tag $REPO_HOST/$REPO_PATH:${{ github.sha }} \
--tag $REPO_HOST/$REPO_PATH:nightly \ --tag $REPO_HOST/$REPO_PATH:nightly \
--push \ --push \