Skip to content

Commit 00a937a

Browse files
authored
Update .goreleaser.docker.yaml
1 parent 2e436fb commit 00a937a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.goreleaser.docker.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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"
1716
dockers:
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:
5957
release:
6058
disable: true
6159
changelog:
62-
disable: true
60+
disable: true

0 commit comments

Comments
 (0)