Skip to content

Commit

Permalink
darwin i386 no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf authored May 21, 2021
1 parent 07690fc commit e1d3907
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,25 @@ jobs:
goversion: 1.16
project_path: "./src"
ldflags: "-s -w"

releases-matrix-darwin:
name: Release Go Binary for darwin
runs-on: ubuntu-latest
strategy:
matrix:
goos: [darwin]
goarch: [amd64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
pre_command: "bash ./src/rice-assets.sh"
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.16
project_path: "./src"
ldflags: "-s -w"

releases-matrix-linux-withoutembedded:
name: Release Go Binary for linux without any embedded files
Expand Down

0 comments on commit e1d3907

Please sign in to comment.