docker add qemu for proper emulation add dockerfile;
This commit is contained in:
parent
5f0abedc2a
commit
7ad17ad19f
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ nfpms:
|
|||
- deb
|
||||
- rpm
|
||||
- termux.deb # Since GoReleaser v1.11.
|
||||
- archlinux
|
||||
bindir: /usr/bin
|
||||
version_metadata: git
|
||||
section: default
|
||||
|
|
|
|||
Loading…
Reference in New Issue