Skip to content

Commit b047905

Browse files
committed
removing darwin to miniminze the build time
1 parent 6ba4dc1 commit b047905

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ builds:
77
- CGO_ENABLED=0
88
goos:
99
- linux
10-
- darwin
1110
goarch:
1211
- amd64
1312
- arm64
@@ -60,32 +59,8 @@ dockers:
6059
use: buildx
6160
build_flag_templates:
6261
- "--platform=linux/arm64"
63-
- id: darwin-build-amd64
64-
image_templates:
65-
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-amd64"
66-
# GOOS of the built binary that should be used.
67-
goos: darwin
68-
# GOARCH of the built binary that should be used.
69-
goarch: amd64
70-
dockerfile: "{{ .Env.DOCKERFILE }}"
71-
use: buildx
72-
build_flag_templates:
73-
- "--platform=darwin/amd64"
74-
- id: darwin-build-arm64
75-
image_templates:
76-
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-arm64"
77-
# GOOS of the built binary that should be used.
78-
goos: darwin
79-
# GOARCH of the built binary that should be used.
80-
goarch: arm64
81-
dockerfile: "{{ .Env.DOCKERFILE }}"
82-
use: buildx
83-
build_flag_templates:
84-
- "--platform=darwin/arm64"
8562
docker_manifests:
8663
- name_template: "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}"
8764
image_templates:
8865
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-linux-amd64"
89-
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-amd64"
9066
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-linux-arm64"
91-
- "{{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-arm64"

docs/release_notes/v0.9.8.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release v0.9.7
2+
3+
Maybe the path is incorrect somehow? According to the build context output the file is there...

0 commit comments

Comments
 (0)