Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2021-09-02 08:25:57 +02:00
parent 617712831a
commit 19afc3a0c4

2
Jenkinsfile vendored
View File

@ -489,7 +489,7 @@ pipeline {
sh '''#! /bin/bash
set -e
TEMPDIR=$(mktemp -d)
if [ "${MULTIARCH}" == "true" ]; then
if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then
LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG}
else
LOCAL_CONTAINER=${IMAGE}:${META_TAG}