redo
parent
462718b497
commit
8c43879989
|
@ -97,6 +97,7 @@ pipeline:
|
||||||
image: *golang_image
|
image: *golang_image
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- ls -la /
|
- ls -la /
|
||||||
- mkdir -p /source/dist/release
|
- mkdir -p /source/dist/release
|
||||||
- touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-arm64
|
- touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-arm64
|
||||||
|
|
|
@ -4,7 +4,8 @@ ARG BUILDPLATFORM
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ENV GOPROXY ${GOPROXY:-direct}
|
ENV GOPROXY ${GOPROXY:-direct}
|
||||||
|
|
||||||
ARG TAG main
|
ARG TAG
|
||||||
|
ENV TAG ${TAG:-main}
|
||||||
|
|
||||||
ARG CI_COMMIT_SHA
|
ARG CI_COMMIT_SHA
|
||||||
ARG CI_REPO_CLONE_URL
|
ARG CI_REPO_CLONE_URL
|
||||||
|
|
Loading…
Reference in New Issue