Skip to content

Commit

Permalink
ci: remove freebsd build due to DataDog build error
Browse files Browse the repository at this point in the history
DataDog introduced an issue with freebsd builds (see DataDog/dd-trace-go#753) which has been removed while the fix (DataDog/dd-trace-go#754) is waiting to be merged.
  • Loading branch information
aeneasr committed Oct 3, 2020
1 parent 0c9ef69 commit 24062c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ before:
builds:
-
id: hydra
flags:
- -a
ldflags:
- -s -w -X github.com/ory/hydra/cmd.Version={{.Tag}} -X github.com/ory/hydra/cmd.Commit={{.FullCommit}} -X github.com/ory/hydra/cmd.Date={{.Date}}
binary: hydra
Expand All @@ -31,7 +29,9 @@ builds:
- 6
- 7
goos:
- freebsd
# See https://github.com/DataDog/dd-trace-go/issues/753
# See https://github.com/DataDog/dd-trace-go/pull/754
# - freebsd
- linux
- windows
- darwin
Expand Down

0 comments on commit 24062c1

Please sign in to comment.