summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build_service.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index 1c515d2f..038c7796 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -27,6 +27,7 @@ ln -sf $BUILD_ID $BUILD_BASE/latest
export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$1/
export BUILD_ID=$BUILD_ID
export JOB_NAME="reproducible_builder_$1"
+export
case $1 in
arm64_1) NODE1=codethink-sled12-arm64 NODE2=codethink-sled15-arm64 ;;