Skip to content

Commit

Permalink
Revert "Test single platform qemu"
Browse files Browse the repository at this point in the history
This reverts commit 7829585.
  • Loading branch information
harrisonmeister committed Feb 6, 2024
1 parent 7829585 commit 0f4f95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure/linux-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
# RUN pwsh -c 'Install-Module -Name Az -Repository PSGallery -Scope AllUsers -AllowClobber -Force'

0 comments on commit 0f4f95b

Please sign in to comment.