Skip to content

Commit

Permalink
feat: allow arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 26, 2021
1 parent 792bdb4 commit 51739c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# (2) update the corresponding node-affinities in k8s/pod.yaml.

# The platforms to build.
platforms="linux/amd64,linux/arm"
platforms="linux/amd64,linux/arm,linux/arm64"

# `buildx` uses named _builder_ instances configured for specific platforms.
# This script creates a `skaffold-builder` as required.
Expand Down

0 comments on commit 51739c5

Please sign in to comment.