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
@@ -198,8 +198,8 @@ jobs:
|
||||
sudo cp ../scripts/VERSION .
|
||||
sudo docker tag $OLD ghcr.io/armbian/build:$(cat VERSION)-$(dpkg --print-architecture)
|
||||
# we use nightly repository, but change back to stable right before closing image
|
||||
echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh
|
||||
echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh
|
||||
# echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh
|
||||
# echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh
|
||||
if [[ "$var" == *rc ]]; then
|
||||
MAKE_FOLDERS=rc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user