Skip to content

Commit

Permalink
chore: set docker only build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jan 26, 2025
1 parent cc10122 commit d6ed2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
uses: docker/build-push-action@v6
with:
# platforms: linux/amd64, linux/arm64
platforms: linux/amd64
platforms: linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
- name: Image digest
Expand Down

0 comments on commit d6ed2b5

Please sign in to comment.