Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2021-09-02 08:27:20 +02:00
parent c203b08c6c
commit 5b5e87ac86

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}