Skip to content

Commit

Permalink
Add windows build back (#32)
Browse files Browse the repository at this point in the history
related #31

Not using the resolve keyword because it's not
resolved until a tag has been cut.
  • Loading branch information
Balazs Nadasdi authored May 1, 2021
1 parent 04dd36f commit 4b051ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ jobs:
steps:
- uses: actions/checkout@master
- name: release linux/amd64
uses: ngs/[email protected].1
uses: ngs/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: linux
CGO_ENABLED: 0
- name: release darwin/amd64
uses: ngs/[email protected].1
uses: ngs/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: darwin
- name: release windows/amd64
uses: ngs/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: windows
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ARCH=(386 amd64)
ARCH=(amd64)
OS=(darwin linux windows)
TARGET_DIR=bin

Expand Down

0 comments on commit 4b051ed

Please sign in to comment.