Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
chore: Remove isntrumented build (fixes #94)
· 78a8111a
Jonas Stoehr
authored
Feb 02, 2023
- remove instrumented binary, as it confuses downstream applications
78a8111a
Hide whitespace changes
Inline
Side-by-side
.goreleaser.yml
View file @
78a8111a
...
...
@@ -8,9 +8,9 @@ builds:
-
arm64
env
:
&default-env
-
CGO_ENABLED=0
-
id
:
instrumented
goos
:
*default-goos
goarch
:
*default-arch
env
:
*default-env
tags
:
instrumented
binary
:
docker-machine-driver-hetzner_instrumented
#
- id: instrumented
#
goos: *default-goos
#
goarch: *default-arch
#
env: *default-env
#
tags: instrumented
#
binary: docker-machine-driver-hetzner_instrumented