ci: add qemu for multi-arch

This commit is contained in:
Karan Sharma 2023-08-09 14:50:51 +05:30 committed by GitHub
parent 14e283768b
commit 54979c5d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Go
uses: actions/setup-go@v4
with: