Skip to content

Commit

Permalink
chore: Remove isntrumented build (fixes #94)
Browse files Browse the repository at this point in the history
- remove instrumented binary, as it confuses downstream applications
  • Loading branch information
JonasProgrammer authored Feb 2, 2023
1 parent 1ad068b commit 78a8111
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78a8111

Please sign in to comment.