mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
attempt 2 at BUILT_BY in Docker CI
This commit is contained in:
@@ -15,6 +15,8 @@ RUN (cd /opt/build; make configuration npm email typescript variants-html bundle
|
||||
FROM --platform=$BUILDPLATFORM golang:latest AS build
|
||||
ARG TARGETARCH
|
||||
ENV GOARCH=$TARGETARCH
|
||||
ARG BUILT_BY
|
||||
ENV BUILTBY=$BUILT_BY
|
||||
|
||||
COPY --from=support /opt/build /opt/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user