Skip to content

Commit

Permalink
ci: add more static tags (#790)
Browse files Browse the repository at this point in the history
* ci: add more static tags

* ci: bump snapcraft action
  • Loading branch information
mrexox authored Jul 26, 2024
1 parent b7309ae commit 3fe0692
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -26,7 +26,7 @@ jobs:
go-version-file: go.mod

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2

- name: Prevent from snapcraft fail
run: |
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ builds:
# Builds the binaries without `lefthook upgrade`
- id: no_self_update
tags:
- osusergo
- netgo
- no_self_update
env:
- GCO_ENABLED=0
Expand Down

0 comments on commit 3fe0692

Please sign in to comment.