Skip to content

Commit

Permalink
try arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jan 27, 2025
1 parent fb00bd7 commit 27d8fee
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/arm64v8
platforms: linux/arm64/v8
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/arm64v8
platforms: linux/arm64/v8
file: bookworm/Dockerfile
target: bookworm-root
push: true
Expand Down

0 comments on commit 27d8fee

Please sign in to comment.