From 0f4f95b119ed7c830f5604902ea10538b53741ba Mon Sep 17 00:00:00 2001 From: Mark Harrison Date: Tue, 6 Feb 2024 14:15:53 +0000 Subject: [PATCH] Revert "Test single platform qemu" This reverts commit 7829585f2db11de743365c21bcfbbd358d06b321. --- .github/workflows/azure-docker-build-push.yml | 2 +- azure/linux-arm64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-docker-build-push.yml b/.github/workflows/azure-docker-build-push.yml index e7b3422..6cfa7e2 100644 --- a/.github/workflows/azure-docker-build-push.yml +++ b/.github/workflows/azure-docker-build-push.yml @@ -99,7 +99,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/azure/linux-arm64/Dockerfile b/azure/linux-arm64/Dockerfile index cf9c228..8b13693 100644 --- a/azure/linux-arm64/Dockerfile +++ b/azure/linux-arm64/Dockerfile @@ -21,4 +21,4 @@ RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash # An error of: "5.066 Illegal instruction (core dumped)" is returned # One-liner install -RUN pwsh -c 'Install-Module -Name Az -Repository PSGallery -Scope AllUsers -AllowClobber -Force' \ No newline at end of file +# RUN pwsh -c 'Install-Module -Name Az -Repository PSGallery -Scope AllUsers -AllowClobber -Force' \ No newline at end of file