File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ dockers:
6666 - " --label=org.opencontainers.image.url=https://method.security"
6767 - " --label=org.opencontainers.image.documentation=https://github.com/method-security/codeanalyze"
6868 - " --platform=linux/amd64"
69+ extra_files :
70+ - configs/
6971 - image_templates :
7072 - " ghcr.io/method-security/codeanalyze:{{ .Version }}-arm64"
7173 - " ghcr.io/method-security/codeanalyze:latest-arm64"
@@ -85,6 +87,8 @@ dockers:
8587 - " --label=org.opencontainers.image.url=https://method.security"
8688 - " --label=org.opencontainers.image.documentation=https://github.com/method-security/codeanalyze"
8789 - " --platform=linux/arm64"
90+ extra_files :
91+ - configs/
8892
8993docker_manifests :
9094 - name_template : ' ghcr.io/method-security/codeanalyze:{{ .Version }}'
Original file line number Diff line number Diff line change 11# Dockerfile used for the compilation of the statically compiled binary
22FROM golang :1.22 . 4 -alpine3 . 20 as base
33ARG GORELEASER_VERSION = "v2.0.1"
4- ARG CLI_NAME = "networkscan"
5- ARG TARGETARCH
4+ ARG CLI_NAME = "codeanalyze"
65
76RUN \
87 apk add --no -cache git python3 -dev gcc musl -dev bash && \
You can’t perform that action at this time.
0 commit comments