Skip to content

Commit

Permalink
Update gorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf authored Feb 24, 2021
1 parent c44c63e commit effb2b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,23 @@ jobs:
goversion: 1.16
project_path: "./src"
ldflags: "-s -w"

releases-matrix-linux-withoutembedded:
name: Release Go Binary for linux without any embedded files
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goarch: [386, 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"
binary_name: swego-without-embedded

0 comments on commit effb2b7

Please sign in to comment.