-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.maker.yaml
More file actions
46 lines (38 loc) · 994 Bytes
/
Makefile.maker.yaml
File metadata and controls
46 lines (38 loc) · 994 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
43
44
45
46
# Configuration file for <https://github.com/sapcc/go-makefile-maker>
metadata:
url: https://github.com/cobaltcore-dev/cloud-profile-sync
binaries:
- name: cloud-profile-sync
fromPackage: .
installTo: bin/
golang:
setGoModVersion: true
golangciLint:
createConfig: true
githubWorkflow:
global:
defaultBranch: master
ci:
enabled: true
pushContainerToGhcr:
enabled: true
platforms: "linux/amd64"
tagStrategy:
- edge
- latest
- semver
- sha
renovate:
enabled: true
assignees:
- Nuckal777
reuse:
annotations:
- paths:
- '**/zz_generated.deepcopy.go'
- 'crd/*'
SPDX-FileCopyrightText: 2020 The Kubernetes Authors # this is the copyright line for kubebuilder which generates those files
SPDX-License-Identifier: Apache-2.0
verbatim: |
gardener-crds: install-controller-gen
@controller-gen crd paths="github.com/gardener/gardener/pkg/apis/core/v1beta1" output:crd:artifacts:config=crd