Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 15, 2024
1 parent bf4d855 commit d6029e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
rm "${FILENAME}"
consul version
- name: Install Consul for ARM64
if: matrix.platform.goarch == 'arm64'
- name: Install emulation
if: matrix.platform.goarch != 'amd64'
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
platforms: ${{matrix.platform.goarch}}

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit d6029e1

Please sign in to comment.