Skip to content

Commit

Permalink
Merge pull request #120 from rayandas/fix-tag-ci-failure
Browse files Browse the repository at this point in the history
Fix tag CI failure
  • Loading branch information
rayandas authored Jan 27, 2023
2 parents e1b22b6 + 9445f32 commit b60b714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PKG="k8s.io/ingress-nginx"
rm -rf bin/*
mkdir -p bin

declare -a arches=("arm64" "amd64")
declare -a arches=("arm64" "amd64" "arm" "s390x")
for arch in "${arches[@]}"
do
ARCH=$arch DOCKER_IN_DOCKER_ENABLED=true USER=0 make build
Expand Down

0 comments on commit b60b714

Please sign in to comment.