test
ci/woodpecker/push/release-version Pipeline failed
Details
ci/woodpecker/push/release-version Pipeline failed
Details
parent
ecff55b1f7
commit
00751ec6ef
|
@ -123,5 +123,5 @@ pipeline:
|
|||
from_secret: releaseteamtoken
|
||||
username:
|
||||
from_secret: releaseteamuser
|
||||
when:
|
||||
event: tag
|
||||
# when:
|
||||
# event: tag
|
||||
|
|
|
@ -49,9 +49,9 @@ RUN echo "setting up git" && \
|
|||
export ENV2INI="environment-to-ini" && \
|
||||
export GOFILE="contrib/$ENV2INI/$ENV2INI.go" && \
|
||||
echo "compiling for linux/amd64" && \
|
||||
(GOOS=linux GOARCH=amd64 go build -o "${OUT}/linux/amd64/$ENV2INI" "${GOFILE}") && \
|
||||
bash -c 'GOOS=linux GOARCH=amd64 go build -o "${OUT}/linux/amd64/$ENV2INI" "${GOFILE}"' && \
|
||||
echo "compiling for linux/arm64" && \
|
||||
(GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI "${GOFILE}") && \
|
||||
bash -c 'GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI "${GOFILE}"' && \
|
||||
cd / && \
|
||||
echo "Copying future root addons" && \
|
||||
cp -r /build"${DR}/* "${DR}/ && \
|
||||
|
|
Loading…
Reference in New Issue