Skip to content

Commit

Permalink
Release option
Browse files Browse the repository at this point in the history
  • Loading branch information
Celedhrim committed Feb 1, 2023
1 parent 74f14ff commit 5d57f68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releasebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
exclude:
Expand All @@ -21,4 +20,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.19"
goversion: "1.19"
md5sum: FALSE
compress_assets: OFF

0 comments on commit 5d57f68

Please sign in to comment.