Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2022-02-12 10:31:18 +01:00
committed by GitHub
parent e2f96eb023
commit ba663a93c0

View File

@@ -193,7 +193,7 @@ jobs:
if [[ "$var" != *beta ]]; then
FILENAME="targets.conf | grep ${var%:*} | grep \"yes\|adv\""
SKIP_EXTERNAL_TOOLCHAINS="no"
REPOSITORY_INSTALL="kernel,armbian-bsp-desktop,armbian-desktop,armbian-config,armbian-firmware,armbian-zsh"
REPOSITORY_INSTALL="u-boot,kernel,armbian-bsp-desktop,armbian-desktop,armbian-config,armbian-firmware,armbian-zsh"
DEPLOYFOLDER=archive
BETA="no"
OLD="ghcr.io/armbian/build:$(cat VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)
@@ -230,7 +230,7 @@ jobs:
[[ ! -f .ignore_changes ]] && sudo touch .ignore_changes
sudo sed -i "s/-it --rm/-i --rm/" userpatches/config-docker.conf
./compile.sh \
./compile.sh docker \
BETA="${BETA}" \
RELEASE="${RELEASE}" \
KERNEL_ONLY="no" \