Try building on ARM

This commit is contained in:
Nikolai Rodionov 2024-09-22 22:14:53 +02:00
parent 877691e308
commit ff531b8c3c
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
3 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -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
View File

@ -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