Try building on ARM
This commit is contained in:
parent
877691e308
commit
ff531b8c3c
@ -31,7 +31,7 @@ steps:
|
||||
securityContext:
|
||||
privileged: true
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: "amd64"
|
||||
kubernetes.io/arch: "arm64"
|
||||
commands:
|
||||
- source ./env/${TARGET}.env
|
||||
- ./scripts/$SCRIPT
|
||||
|
2
env/openvpn.env
vendored
2
env/openvpn.env
vendored
@ -1,3 +1,3 @@
|
||||
export OPENVPN_VERSION=2.6.5
|
||||
export OPENVPN_VERSION=2.6.5-arm
|
||||
export CONTAINERFILE=./containerfiles/Containerfile
|
||||
export SCRIPT=build_upstream.sh
|
||||
|
2
env/openvpn_xor.env
vendored
2
env/openvpn_xor.env
vendored
@ -1,3 +1,3 @@
|
||||
export TUNNELBLICK_VERSION=6.0beta03
|
||||
export TUNNELBLICK_VERSION=6.0beta03-arm
|
||||
export CONTAINERFILE=./containerfiles/Containerfile-XOR
|
||||
export SCRIPT=build_xor.sh
|
||||
|
Loading…
Reference in New Issue
Block a user