forked from rossoctl/operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
42 lines (40 loc) · 726 Bytes
/
Copy path.goreleaser.yaml
File metadata and controls
42 lines (40 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: 2
builds:
- id: "kagenti-operator"
dir: kagenti-operator
main: ./cmd
binary: ./bin/kagenti-operator-manager
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: darwin
goarch: ppc64le
env:
- CGO_ENABLED=0
archives:
- ids: [kagenti-operator]
kos:
- id: "kagenti-operator-ko"
repositories:
- ghcr.io/kagenti/kagenti-operator/kagenti-operator
working_dir: kagenti-operator
main: ./cmd
build: kagenti-operator
tags:
- '{{.Version}}'
- latest
bare: true
preserve_import_paths: false
platforms:
- linux/amd64
- linux/arm64
env:
- CGO_ENABLED=0
release:
draft: false
prerelease: auto
mode: keep-existing