Skip to content

Commit

Permalink
Enable arm64 based cilium images
Browse files Browse the repository at this point in the history
Also removes deprecated `cilium-etcd-operator`

Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Jan 12, 2024
1 parent f2396b6 commit 5ca1779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ 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
${REGISTRY}/rancher/mirrored-cilium-cilium-envoy:v1.26.6-ff0d5d3f77d610040e93c7c7a430d61a0c0b90c1
${REGISTRY}/rancher/mirrored-cilium-cilium-etcd-operator:v2.0.7
${REGISTRY}/rancher/mirrored-cilium-clustermesh-apiserver:v1.14.4
${REGISTRY}/rancher/mirrored-cilium-hubble-relay:v1.14.4
${REGISTRY}/rancher/mirrored-cilium-hubble-ui:v0.12.1
Expand Down

0 comments on commit 5ca1779

Please sign in to comment.