mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 18:52:08 +00:00
Merge pull request #6862 from stevenhorsman/CCv0-cherry-pick-image-tag-fix-2
deploy: fix shell script error
This commit is contained in:
commit
a4ecf5a3e4
@ -15,7 +15,7 @@ cp ${KATA_DEPLOY_ARTIFACT} ${KATA_DEPLOY_DIR}
|
|||||||
|
|
||||||
pushd ${KATA_DEPLOY_DIR}
|
pushd ${KATA_DEPLOY_DIR}
|
||||||
|
|
||||||
local arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
[ "$arch" = "x86_64" ] && arch="amd64"
|
[ "$arch" = "x86_64" ] && arch="amd64"
|
||||||
IMAGE_TAG="${REGISTRY}:kata-containers-$(git rev-parse HEAD)-${arch}"
|
IMAGE_TAG="${REGISTRY}:kata-containers-$(git rev-parse HEAD)-${arch}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user