Skip to content

Commit

Permalink
Merge pull request #11 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* added sbom and upx
  • Loading branch information
JGottschick authored May 3, 2024
2 parents 7b3b4b1 + 5f6ef52 commit 327d90a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/a-h/templ/cmd/templ@latest
sudo apt-get install -y upx
- name: Templ
run: templ generate web/pages/*.templ
- uses: goreleaser/goreleaser-action@v5
Expand Down
8 changes: 7 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ builds:
- windows
- darwin

upx:
- enabled: true

archives:
- format: tar.gz
name_template: >-
Expand All @@ -30,4 +33,7 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^test:'

sboms:
- artifacts: archive
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 327d90a

Please sign in to comment.