docker add qemu for proper emulation add dockerfile;
This commit is contained in:
parent
5f0abedc2a
commit
7ad17ad19f
|
|
@ -19,6 +19,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: git fetch --force --tags
|
- run: git fetch --force --tags
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v1
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.19.3'
|
go-version: '>=1.19.3'
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,6 @@ nfpms:
|
||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
- termux.deb # Since GoReleaser v1.11.
|
- termux.deb # Since GoReleaser v1.11.
|
||||||
- archlinux
|
|
||||||
bindir: /usr/bin
|
bindir: /usr/bin
|
||||||
version_metadata: git
|
version_metadata: git
|
||||||
section: default
|
section: default
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue