File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,15 @@ builds:
44 - binary : baton-github
55 env :
66 - CGO_ENABLED=0
7- - BATON_LAMBDA_SUPPORT=1
87 id : linux
98 main : ./cmd/baton-github
109 goos :
1110 - linux
1211 goarch :
1312 - amd64
1413 - arm64
15- flags :
16- - " -tags= baton_lambda_support"
14+ tags :
15+ - " baton_lambda_support"
1716dockers :
1817 - use : buildx
1918 goos : linux
@@ -36,7 +35,6 @@ dockers:
3635 - " 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64"
3736 - " 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:latest-arm64"
3837 build_flag_templates :
39- - " -tags=baton_lambda_support"
4038 - " --platform=linux/arm64/v8"
4139 - " --label=org.opencontainers.image.created={{.Date}}"
4240 - " --label=org.opencontainers.image.title={{.ProjectName}}"
@@ -59,4 +57,4 @@ checksum:
5957release :
6058 disable : true
6159changelog :
62- disable : true
60+ disable : true
You can’t perform that action at this time.
0 commit comments