Skip to content

Commit fec01b3

Browse files
chore: Rework release logic
1 parent 84d7abb commit fec01b3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.goreleaser.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
builds:
2-
- goos:
2+
- goos: &default-goos
33
- darwin
44
- linux
55
- windows
6-
goarch:
6+
goarch: &default-arch
77
- amd64
88
- arm64
99
env: &default-env
1010
- CGO_ENABLED=0
1111
- id: instrumented
12-
goos:
13-
- linux
14-
- windows
15-
goarch:
16-
- amd64
12+
goos: *default-goos
13+
goarch: *default-arch
1714
env: *default-env
1815
tags: instrumented
1916
binary: docker-machine-driver-hetzner_instrumented

0 commit comments

Comments
 (0)