Skip to content

Commit

Permalink
disable failfast, enable overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakingiteasy committed Nov 16, 2021
1 parent 56b416e commit 5e36b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64]
Expand All @@ -25,4 +26,5 @@ jobs:
project_path: "./cmd/jaroidfedi"
binary_name: "jaroidfedi"
disable_packaging: true
overwrite: true
build_flags: "-tags forceposix"

0 comments on commit 5e36b29

Please sign in to comment.