mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 13:44:33 +00:00
deploy: fix shell script error
- Remove local introduced by bad copy-paste Fixes: #6814 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
2856d3f23d
commit
1a3f8fc1a2
@ -15,7 +15,7 @@ cp ${KATA_DEPLOY_ARTIFACT} ${KATA_DEPLOY_DIR}
|
||||
|
||||
pushd ${KATA_DEPLOY_DIR}
|
||||
|
||||
local arch=$(uname -m)
|
||||
arch=$(uname -m)
|
||||
[ "$arch" = "x86_64" ] && arch="amd64"
|
||||
IMAGE_TAG="${REGISTRY}:kata-containers-$(git rev-parse HEAD)-${arch}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user