Build AMD only
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-09-27 23:46:08 +02:00
parent 67d37f5df5
commit 5a22013175
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 2 deletions

2
env/openvpn.env vendored
View File

@ -1,3 +1,3 @@
export OPENVPN_VERSION=2.6.5-arm
export OPENVPN_VERSION=2.6.5
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-arm
export TUNNELBLICK_VERSION=6.0beta03
export CONTAINERFILE=./containerfiles/Containerfile-XOR
export SCRIPT=build_xor.sh