Builds were broken; the build action didn't compile the right thing.
This commit is contained in:
parent
f428d851d0
commit
dcc0671d03
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -11,5 +11,7 @@ jobs:
|
|||
|
||||
- name: Compile
|
||||
uses: xxxserxxx/actions/golang-build@master
|
||||
env:
|
||||
SRCPATH: ./cmd/gotop
|
||||
with:
|
||||
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
|
||||
|
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
|
||||
- name: Make binaries
|
||||
uses: xxxserxxx/actions/golang-build@master
|
||||
env:
|
||||
SRCPATH: ./cmd/gotop
|
||||
with:
|
||||
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user