Skip to content

Commit 3fe0692

Browse files
authored
ci: add more static tags (#790)
* ci: add more static tags * ci: bump snapcraft action
1 parent b7309ae commit 3fe0692

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: go.mod
2727

2828
- name: Install Snapcraft
29-
uses: samuelmeuli/action-snapcraft@v1
29+
uses: samuelmeuli/action-snapcraft@v2
3030

3131
- name: Prevent from snapcraft fail
3232
run: |

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ builds:
77
# Builds the binaries without `lefthook upgrade`
88
- id: no_self_update
99
tags:
10+
- osusergo
11+
- netgo
1012
- no_self_update
1113
env:
1214
- GCO_ENABLED=0

0 commit comments

Comments
 (0)