modify base_image accordingly

This commit is contained in:
Ace 2023-07-26 03:12:05 +02:00 committed by GitHub
parent 03bdf76acc
commit 74108c1784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
steps: steps:
- name: Run Tests on Raspberry Pi OS - name: Run Tests on Raspberry Pi OS
uses: pguyot/arm-runner-action@v2 uses: aceisace/arm-runner-action@v2
id: build_image id: build_image
env: env:
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }} OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
@ -69,7 +69,7 @@ jobs:
TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }}
with: with:
# Set the base_image to the desired Raspberry Pi OS version # Set the base_image to the desired Raspberry Pi OS version
base_image: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz base_image: raspbian_lite:latest
image_additional_mb: 1500 # enlarge free space to 1.5 GB image_additional_mb: 1500 # enlarge free space to 1.5 GB
optimize_image: true optimize_image: true
commands: | commands: |