Skip to content

Commit

Permalink
Re-enable packaging of arm64 based images for cilium
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Dec 20, 2023
1 parent c7f5095 commit 4b1ef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-flannel:v0.23.0-build20231109
EOF

if [ "${GOARCH}" != "s390x" ] && [ "${GOARCH}" != "arm64" ]; then
if [ "${GOARCH}" != "s390x" ]; then
xargs -n1 -t docker image pull --quiet << EOF > build/images-cilium.txt
${REGISTRY}/rancher/mirrored-cilium-certgen:v0.1.9
${REGISTRY}/rancher/mirrored-cilium-cilium:v1.14.4
Expand Down

0 comments on commit 4b1ef0d

Please sign in to comment.