Skip to content

Commit

Permalink
Merge pull request #8 from christophd/chore/fix-release-darwin-os
Browse files Browse the repository at this point in the history
chore: Fix release
  • Loading branch information
christophd authored Sep 29, 2022
2 parents 4c32faa + 28d19a7 commit 5eedf51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && github.repository == 'container-tools/snap'

steps:
- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ builds:
- env:
- CGO_ENABLED=0
main: ./cmd/manager/main.go
ignore:
- goos: darwin
goarch: "386"
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 5eedf51

Please # to comment.