qemu setup for tag

This commit is contained in:
jamesread 2021-11-19 12:33:50 +00:00
parent f3231655fa
commit 54d6855b3d
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: arm64,arm
- name: Setup Go
uses: actions/setup-go@v2
with: