Skip to content

Commit

Permalink
build: add qemu and buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jan 1, 2023
1 parent 34109d5 commit c1508b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
id: go
- name: Install deps
run: sudo apt install -y python3 pandoc

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c1508b6

Please sign in to comment.