Freeze BSP by default

This commit is contained in:
Igor Pečovnik
2023-04-05 18:15:21 +02:00
committed by GitHub
parent 2a646d5b40
commit ee2fd0fcbc

View File

@@ -184,6 +184,7 @@ jobs:
cd build
# IMAGE_VERSION="${{ inputs.version }}"
bash ./compile.sh armbian-images \
BSPFREEZE="yes" \
IMAGE_VERSION="${{ inputs.version }}" \
SHARE_LOG="yes" \
BOARD="${{env.BOARD}}" \