Skip to content

Commit

Permalink
fix: try to fix release workflow (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Jun 6, 2023
1 parent 1fb3422 commit 8f855cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ kos:
preserve_import_paths: false
sbom: none
platforms:
- all
- linux/amd64
- linux/arm64
# building for all platforms has issues with disk space consumed in GH workflow :-(
# - all
flags:
- -trimpath
ldflags:
Expand Down

0 comments on commit 8f855cb

Please sign in to comment.