Skip to content

Commit

Permalink
Merge pull request #58 from stefanb/wasm-release-tags
Browse files Browse the repository at this point in the history
Custom tags for wasm release builds
  • Loading branch information
refaktor authored Dec 12, 2023
2 parents 9f5817d + 6cbc053 commit d1ca2cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ builds:
# goarch: arm

flags:
- -tags=b_tiny,b_norepl
- -tags=b_tiny

overrides:
- goarch: wasm
goos: js
flags:
- -tags=b_tiny,b_norepl


archives:
- format: tar.gz
Expand Down

0 comments on commit d1ca2cf

Please sign in to comment.