Skip to content
Snippets Groups Projects
Commit c6f29336 authored by Jonah Husson's avatar Jonah Husson
Browse files

remove wasm comp from gitlab ci

parent 6adac119
No related branches found
No related tags found
2 merge requests!9Bee/upgrade,!8New cli
...@@ -55,7 +55,7 @@ build: ...@@ -55,7 +55,7 @@ build:
- GOOS=linux GOARCH=amd64 go build -o release/client/commitments-client.linux64 client.go - GOOS=linux GOARCH=amd64 go build -o release/client/commitments-client.linux64 client.go
- GOOS=darwin GOARCH=amd64 go build -o release/client/commitments-server.darwin64 client.go - GOOS=darwin GOARCH=amd64 go build -o release/client/commitments-server.darwin64 client.go
- GOOS=windows GOARCH=amd64 go build -o release/client/commitments-server.windows client.go - GOOS=windows GOARCH=amd64 go build -o release/client/commitments-server.windows client.go
- GOOS=js GOARCH=wasm go build -o release/main.wasm #- GOOS=js GOARCH=wasm go build -o release/main.wasm
artifacts: artifacts:
paths: paths:
- vendor/ - vendor/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment