feat: generate and publish artefacts via jenkins
All checks were successful
Cadoles/goweb-oidc/pipeline/head This commit looks good

This commit is contained in:
2023-12-06 15:45:25 +01:00
parent e16b905bca
commit d4637b26bc
4 changed files with 74 additions and 26 deletions

View File

@ -11,7 +11,7 @@ COPY . /src
WORKDIR /src
RUN make ARCH_TARGETS=amd64 release
RUN make ARCH_TARGETS=amd64 release-archive
FROM alpine as certs