File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
tools /bin /*
6
6
coverage.out
7
+ dist /
Original file line number Diff line number Diff line change
1
+ project_name : wego
2
+ builds :
3
+ - << : &build_defaults
4
+ binary : wego
5
+ main : ./cmd/wego
6
+ ldflags :
7
+ - -X github.com/weaveworks/weave-gitops/cmd/wego/version.BuildTime={{.Date}}
8
+ - -X github.com/weaveworks/weave-gitops/cmd/wego/version.Branch=$(BRANCH)
9
+ - -X github.com/weaveworks/weave-gitops/cmd/wego/version.GitCommit={{.Commit}}
10
+ - -X github.com/weaveworks/weave-gitops/pkg/version.FluxVersion=$(FLUX_VERSION)
11
+ env :
12
+ - CGO_ENABLED=0
13
+ hooks :
14
+ pre : export CURRENT_DIR=pwd
15
+ pre : $(CURRENT_DIR)/tools/download-deps.sh $(CURRENT_DIR)/tools/dependencies.toml
16
+ pre : export BRANCH=git rev-parse --abbrev-ref HEAD
17
+ pre : export FLUX_VERSION=$(CURRENT_DIR)/tools/bin/stoml $(CURRENT_DIR)/tools/dependencies.toml flux.version
18
+ id : linux
19
+ goos :
20
+ - linux
21
+ goarch :
22
+ - amd64
23
+ - arm64
24
+ - arm
25
+ goarm :
26
+ - 7
27
+ - << : *build_defaults
28
+ id : darwin
29
+ goos :
30
+ - darwin
31
+ goarch :
32
+ - amd64
33
+ - arm64
You can’t perform that action at this time.
0 commit comments