Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ jobs:

- name: Test
run: make test

config:
name: Check GoReleaser config
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: check
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ builds:
'

archives:
- format: tar.gz
- formats: [ 'tar.gz' ]
format_overrides:
- goos: windows
format: zip
formats: [ 'zip' ]

release:
# If set to auto, the GitHub release will be marked as "Pre-release"
Expand All @@ -66,7 +66,7 @@ changelog:
nfpms:
- id: linux-packages
# IDs of the builds for which to create packages for
builds:
ids:
- linux-builds
package_name: stackit
vendor: STACKIT
Expand Down Expand Up @@ -114,7 +114,7 @@ brews:

snapcrafts:
# IDs of the builds for which to create packages for
- builds:
- ids:
- linux-builds
# The name of the snap
name: stackit
Expand Down