We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b04b4 + 7e03ee7 commit 900fb50Copy full SHA for 900fb50
container/build.sh
@@ -136,9 +136,9 @@ if [[ ${CI_CONTAINER} == "true" ]] ; then
136
branch_repo_tag=$repopath/ceph:${BRANCH}
137
sha1_repo_tag=$repopath/ceph:${CEPH_SHA1}
138
139
- if [[ "${ARCH}" == "aarch64" ]] ; then
140
- branch_repo_tag=${branch_repo_tag}-aarch64
141
- sha1_repo_tag=${sha1_repo_tag}-aarch64
+ if [[ "${ARCH}" == "arm64" ]] ; then
+ branch_repo_tag=${branch_repo_tag}-arm64
+ sha1_repo_tag=${sha1_repo_tag}-arm64
142
fi
143
144
podman tag ${image_id} ${full_repo_tag}
0 commit comments