Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
add darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlevee authored Nov 5, 2020
1 parent e402154 commit f71b098
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ jobs:
GOARCH: amd64
GOOS: linux
CGO_ENABLED: 0
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: compile and release
uses: ngs/go-release.action@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: darwin
CGO_ENABLED: 0

0 comments on commit f71b098

Please sign in to comment.