We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d7abb commit fec01b3Copy full SHA for fec01b3
.goreleaser.yml
@@ -1,19 +1,16 @@
1
builds:
2
- - goos:
+ - goos: &default-goos
3
- darwin
4
- linux
5
- windows
6
- goarch:
+ goarch: &default-arch
7
- amd64
8
- arm64
9
env: &default-env
10
- CGO_ENABLED=0
11
- id: instrumented
12
- goos:
13
- - linux
14
- - windows
15
16
- - amd64
+ goos: *default-goos
+ goarch: *default-arch
17
env: *default-env
18
tags: instrumented
19
binary: docker-machine-driver-hetzner_instrumented
0 commit comments