Skip to content

Commit 78a8111

Browse files
chore: Remove isntrumented build (fixes #94)
- remove instrumented binary, as it confuses downstream applications
1 parent 1ad068b commit 78a8111

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ builds:
88
- arm64
99
env: &default-env
1010
- CGO_ENABLED=0
11-
- id: instrumented
12-
goos: *default-goos
13-
goarch: *default-arch
14-
env: *default-env
15-
tags: instrumented
16-
binary: docker-machine-driver-hetzner_instrumented
11+
#- id: instrumented
12+
# goos: *default-goos
13+
# goarch: *default-arch
14+
# env: *default-env
15+
# tags: instrumented
16+
# binary: docker-machine-driver-hetzner_instrumented

0 commit comments

Comments
 (0)