diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 6c6ad813..3ded61c7 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -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}}" \