Skip to content

Commit ab25bf4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix an issue with zun-cni-daemon building images in aarch64"
2 parents e4df04e + 0eed86b commit ab25bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/zun/zun-cni-daemon/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2525

2626
{% block zun_cni_daemon_version %}
2727
ARG zun_cni_daemon_version=0.7.1
28-
ARG zun_cni_daemon_url=https://github.com/containernetworking/plugins/releases/download/v${zun_cni_daemon_version}/cni-plugins-amd64-v${zun_cni_daemon_version}.tgz
28+
ARG zun_cni_daemon_url=https://github.com/containernetworking/plugins/releases/download/v${zun_cni_daemon_version}/cni-plugins-{{debian_arch}}-v${zun_cni_daemon_version}.tgz
2929
{% endblock %}
3030

3131
COPY zun_sudoers /etc/sudoers.d/kolla_zun_sudoers

0 commit comments

Comments
 (0)