fixed missing quote
ci/woodpecker/push/release-version Pipeline failed
Details
ci/woodpecker/push/release-version Pipeline failed
Details
parent
1310f11502
commit
adc622cee9
|
@ -49,9 +49,9 @@ RUN echo "setting up git" && \
|
||||||
export ENV2INI="environment-to-ini" && \
|
export ENV2INI="environment-to-ini" && \
|
||||||
export GOFILE="contrib/$ENV2INI/$ENV2INI.go" && \
|
export GOFILE="contrib/$ENV2INI/$ENV2INI.go" && \
|
||||||
echo "compiling for linux/amd64" && \
|
echo "compiling for linux/amd64" && \
|
||||||
bash -c 'GOOS=linux GOARCH=amd64 go build -o "${OUT}/linux/amd64/$ENV2INI" "${GOFILE}"' && \
|
GOOS=linux GOARCH=amd64 go build -o "${OUT}/linux/amd64/$ENV2INI" "${GOFILE}" && \
|
||||||
echo "compiling for linux/arm64" && \
|
echo "compiling for linux/arm64" && \
|
||||||
bash -c 'GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI "${GOFILE}"' && \
|
GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI" "${GOFILE}" && \
|
||||||
cd / && \
|
cd / && \
|
||||||
echo "Copying future root addons" && \
|
echo "Copying future root addons" && \
|
||||||
cp -r /build"${DR}/* "${DR}/ && \
|
cp -r /build"${DR}/* "${DR}/ && \
|
||||||
|
|
Loading…
Reference in New Issue