mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 11:36:56 +00:00
snap: Fix whitespace
Remove trailing space. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
62d1ed0651
commit
c9b291509d
@ -321,7 +321,7 @@ parts:
|
|||||||
after: [godeps]
|
after: [godeps]
|
||||||
override-build: |
|
override-build: |
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
if [ "{$arch}" == "aarch64" ] || [ "${arch}" == "x64_64" ]; then
|
if [ "{$arch}" == "aarch64" ] || [ "${arch}" == "x64_64" ]; then
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install ca-certificates curl gnupg lsb-release
|
sudo apt-get -y install ca-certificates curl gnupg lsb-release
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --batch --yes --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --batch --yes --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
||||||
|
Loading…
Reference in New Issue
Block a user