Skip to content

Commit

Permalink
Fix ARM CI building AMD64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
weidi authored Apr 11, 2024
1 parent 90decb1 commit 85d4a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-arm64.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
#context: "{{defaultContext}}:build" #might be used later if Dockerfile is somewhere else
file: ./Dockerfile.stable
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 85d4a4c

Please sign in to comment.