Skip to content

Commit

Permalink
chore: add qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Feb 2, 2023
1 parent e12f8a8 commit 99c8c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # to fetch all tags

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Harbor Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 99c8c8b

Please sign in to comment.