Skip to content

Commit

Permalink
Merge pull request #74 from vicamo/for-myself/map-debian-arm64-linux-…
Browse files Browse the repository at this point in the history
…arm64

fix: map debian arm64 to linux/arm64 as docker does
  • Loading branch information
vicamo authored Jan 26, 2025
2 parents d88aa82 + 0235d8e commit c4c8352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
platforms='[
["amd64", "linux/amd64"],
["arm", "linux/arm"],
["arm64", "linux/arm64/v8"],
["arm64", "linux/arm64"],
["armel", "linux/arm/v5"],
["armhf", "linux/arm/v7"],
["i386", "linux/386"],
Expand Down

0 comments on commit c4c8352

Please sign in to comment.