another one
parent
6d76151088
commit
3fd0bc95c4
|
@ -52,6 +52,8 @@ pipeline:
|
|||
- export WS_BASE="$(pwd)"
|
||||
- echo "installing nodejs"
|
||||
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
|
||||
- echo "installing xz"
|
||||
- apt-get install -qqy xz
|
||||
- echo "fetching upx-v$${UPXVERSION}"
|
||||
- cd /usr/local/bin
|
||||
- curl -sL https://github.com/upx/upx/releases/download/v$${UPXVERSION}/upx-$${UPXVERSION}-amd64_linux.tar.xz | tar --strip-components 1 -xJf - upx-$${UPXVERSION}-amd64_linux/upx
|
||||
|
@ -62,7 +64,6 @@ pipeline:
|
|||
- cd $WS_BASE
|
||||
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
|
||||
- echo "building environment-to-ini"
|
||||
- export TAGS=bindata
|
||||
- cd $WS_BASE/contrib/environment-to-ini
|
||||
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
|
||||
environment:
|
||||
|
@ -102,6 +103,7 @@ pipeline:
|
|||
defaulttagname: main
|
||||
settings:
|
||||
dockerfile: Dockerfile.ci
|
||||
no_cache: true
|
||||
platforms: *docker_platforms
|
||||
registry:
|
||||
from_secret: domain
|
||||
|
|
Loading…
Reference in New Issue