Skip to content

Commit eb52eba

Browse files
chore: remove wasm build (#1442)
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
1 parent 63c92f8 commit eb52eba

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.goreleaser.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ builds:
2929
-X main.GitDirty={{ .Date }}
3030
-X main.BuildTime={{ .Date }}
3131
-X main.GitRepo={{ .ProjectName }}
32-
- id: "{{ .ProjectName }}-wasm"
33-
main: .
34-
binary: "{{ .ProjectName }}.wasm"
35-
env:
36-
- CGO_ENABLED=0
37-
goos:
38-
- js
39-
goarch:
40-
- wasm
41-
flags:
42-
- -trimpath
43-
mod_timestamp: '{{ .CommitTimestamp }}'
44-
ldflags:
45-
- >-
46-
-X main.Version={{ .Tag }}
47-
-X main.GitCommit={{ .Commit }}
48-
-X main.GitTag={{ .Tag }}
49-
-X main.GitDirty={{ .Date }}
50-
-X main.BuildTime={{ .Date }}
51-
-X main.GitRepo={{ .ProjectName }}
32+
# - id: "{{ .ProjectName }}-wasm"
33+
# main: .
34+
# binary: "{{ .ProjectName }}.wasm"
35+
# env:
36+
# - CGO_ENABLED=0
37+
# goos:
38+
# - js
39+
# goarch:
40+
# - wasm
41+
# flags:
42+
# - -trimpath
43+
# mod_timestamp: '{{ .CommitTimestamp }}'
44+
# ldflags:
45+
# - >-
46+
# -X main.Version={{ .Tag }}
47+
# -X main.GitCommit={{ .Commit }}
48+
# -X main.GitTag={{ .Tag }}
49+
# -X main.GitDirty={{ .Date }}
50+
# -X main.BuildTime={{ .Date }}
51+
# -X main.GitRepo={{ .ProjectName }}
5252
release:
5353
prerelease: auto
5454
footer: |

0 commit comments

Comments
 (0)