File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,17 @@ dockers:
3232 image_templates :
3333 - " ghcr.io/conductorone/baton-github:{{ .Version }}-arm64"
3434 - " ghcr.io/conductorone/baton-github:latest-arm64"
35+ build_flag_templates :
36+ - " --platform=linux/arm64/v8"
37+ - " --label=org.opencontainers.image.created={{.Date}}"
38+ - " --label=org.opencontainers.image.title={{.ProjectName}}"
39+ - " --label=org.opencontainers.image.revision={{.FullCommit}}"
40+ - " --label=org.opencontainers.image.version={{.Version}}"
41+ - use : buildx
42+ goos : linux
43+ goarch : arm64
44+ dockerfile : Dockerfile.lambda
45+ image_templates :
3546 - " 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64"
3647 build_flag_templates :
3748 - " --platform=linux/arm64/v8"
@@ -48,7 +59,7 @@ docker_manifests:
4859 image_templates :
4960 - ghcr.io/conductorone/baton-github:latest-amd64
5061 - ghcr.io/conductorone/baton-github:latest-arm64
51- - name_template : 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}
62+ - name_template : 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64
5263 image_templates :
5364 - 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64
5465checksum :
Original file line number Diff line number Diff line change 1+ FROM public.ecr.aws/lambda/provided:al2023
2+ ENTRYPOINT ["./baton-github", "lambda"]
3+ COPY baton-github /
You can’t perform that action at this time.
0 commit comments