Skip to content

Commit

Permalink
Builds were broken; the build action didn't compile the right thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Mar 6, 2020
1 parent f428d85 commit dcc0671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dcc0671

Please sign in to comment.