Skip to content
Snippets Groups Projects
Commit be6fbb7f authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent 598fc147
No related branches found
No related tags found
No related merge requests found
Pipeline #9295 passed
build:
image: elixxirlabs/cuda-go:go1.16-cuda11.1
image: $DOCKER_IMAGE
script:
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.linux64 main.go
- GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.win64 main.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment