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