From 3fe069291ba1c965d31fcc881d117c96979e44f1 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Fri, 26 Jul 2024 11:55:51 +0300 Subject: [PATCH] ci: add more static tags (#790) * ci: add more static tags * ci: bump snapcraft action --- .github/workflows/release.yml | 2 +- .goreleaser.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6ddd23..403a2c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/.goreleaser.yml b/.goreleaser.yml index d8db4e73..1f7d56bc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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