Skip to content

Commit

Permalink
added back emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 22, 2024
1 parent dce8734 commit 88e05d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ jobs:
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
cache-dependency-path: ./test/acceptance/go.sum
- name: Install emulation
if: matrix.platform.goarch == 'arm64'
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.9.0
- name: Setup gotestsum
Expand Down

0 comments on commit 88e05d6

Please sign in to comment.