docker add qemu for proper emulation add dockerfile;

This commit is contained in:
Cody Lee
2022-11-05 10:03:07 -05:00
parent 5f0abedc2a
commit 7ad17ad19f
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.3'