Skip to content
Snippets Groups Projects
Commit 7e77f92d authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Merge branch 'Anne/CI-Hash' into 'release'

Update .gitlab-ci.yml

See merge request elixxir/notifications-bot!10
parents 9427868d a8c503dd
No related branches found
No related tags found
2 merge requests!12Release,!10Update .gitlab-ci.yml
......@@ -56,6 +56,8 @@ build:
# - GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/notifications.win64 main.go
# - GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/notifications.win32 main.go
- GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/notifications.darwin64 main.go
- /hash-file.sh release/notifications.linux64
artifacts:
paths:
- vendor/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment