Add arm capability without pushing and building images

This commit is contained in:
Andrejs Cunskis 2022-09-22 08:17:17 +00:00 committed by Balasankar 'Balu' C
parent a467eeb36d
commit 0be7ce1245
16 changed files with 51 additions and 66 deletions

View file

@ -17,7 +17,7 @@ apt-get -y install \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
echo "deb [arch=amd64] https://download.docker.com/linux/debian ${DEBIAN_VERSION} stable" >> /etc/apt/sources.list.d/docker.list
echo "deb https://download.docker.com/linux/debian ${DEBIAN_VERSION} stable" >> /etc/apt/sources.list.d/docker.list
apt-get update
PACKAGE_VERSION=$(apt-cache policy docker-ce | awk -v dv=${DOCKER_VERSION}~ '$1 ~ dv {print $1}')