Skip to content

Commit

Permalink
Tune some CI/CD settings
Browse files Browse the repository at this point in the history
  • Loading branch information
liampulles committed Jun 17, 2020
1 parent cc63744 commit 47293d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ builds:
- env:
# Static binary
- CGO_ENABLED=0
goos:
- linux
- freebsd
- netbsd
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
Expand All @@ -27,4 +38,3 @@ release:
owner: liampulles
name: uuid-server
prerelease: auto

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- master
- 1.14.x

script:
- make
Expand Down

0 comments on commit 47293d4

Please sign in to comment.