AB#2287 Public image sharing in Azure (#350)

Trusted launch VM images in original SIG, additional SIG for community images for CVM
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-08-26 17:34:46 +02:00 committed by GitHub
parent f5270c6c01
commit d972f053f9
6 changed files with 14 additions and 11 deletions

View file

@ -60,7 +60,6 @@ jobs:
shell: bash
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
sudo apt-get install -y --allow-downgrades "azure-cli=2.37.0-1~$(lsb_release -sc)"
wget -q https://aka.ms/downloadazcopy-v10-linux -O azcopy.tar.gz
tar --strip-components 1 -xf azcopy.tar.gz
rm azcopy.tar.gz