Skip to content

Commit

Permalink
🎁 Adding arm64 to list of platforms for multiarch builds (#160)
Browse files Browse the repository at this point in the history
* Adding arm64 to list of platforms for multiarch builds

* Typo fix
  • Loading branch information
cardil authored Jun 10, 2024
1 parent ece1db5 commit 211eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch-containerfile-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
platforms:
default: linux/amd64, linux/ppc64le, linux/s390x
default: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
description: A list of platforms to build the images for
required: false
type: string
Expand Down

0 comments on commit 211eb9b

Please sign in to comment.