Skip to content

Commit

Permalink
explicitly build for arm64v8
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jan 27, 2025
1 parent 2fe6af6 commit fb00bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
platforms: linux/arm64
platforms: linux/arm64v8
file: bookworm/Dockerfile
target: bookworm
push: true
Expand All @@ -83,7 +83,7 @@ jobs:
id: docker_build_root
uses: docker/build-push-action@v5
with:
platforms: linux/arm64
platforms: linux/arm64v8
file: bookworm/Dockerfile
target: bookworm-root
push: true
Expand Down

0 comments on commit fb00bd7

Please sign in to comment.