Skip to content

Commit

Permalink
build: Change container platform from linux/arm64 to linux/arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 28, 2024
1 parent fc8893b commit 469d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ env.TAG }}

Expand Down

0 comments on commit 469d84d

Please sign in to comment.