File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 7
7
- CGO_ENABLED=0
8
8
goos :
9
9
- linux
10
- - darwin
11
10
goarch :
12
11
- amd64
13
12
- arm64
@@ -60,32 +59,8 @@ dockers:
60
59
use : buildx
61
60
build_flag_templates :
62
61
- " --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"
85
62
docker_manifests :
86
63
- name_template : " {{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}"
87
64
image_templates :
88
65
- " {{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-linux-amd64"
89
- - " {{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-amd64"
90
66
- " {{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-linux-arm64"
91
- - " {{ .Env.REGISTRY }}/skarlso/crd-bootstrap-controller:{{ .Tag }}-darwin-arm64"
Original file line number Diff line number Diff line change
1
+ # Release v0.9.7
2
+
3
+ Maybe the path is incorrect somehow? According to the build context output the file is there...
You can’t perform that action at this time.
0 commit comments