mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-with-docker.yml
This commit is contained in:
4
.github/workflows/build-with-docker.yml
vendored
4
.github/workflows/build-with-docker.yml
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user