Skip to content

Commit

Permalink
test rpi 32
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Nov 12, 2024
1 parent b9fc8dc commit c1bceb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jqtide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cpu: cortex-a53
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
base_image: raspios_lite_arm64:latest
image_additional_mb: 2048
image_additional_mb: 4096
copy_artifact_path: output
commands: |
script/installqt.sh raspberry
Expand Down Expand Up @@ -136,8 +136,8 @@ jobs:
with:
cpu: arm1176
cpu_info: cpuinfo/raspberrypi_zero2_w
base_image: raspbian_lite:2020-02-13
image_additional_mb: 2048
base_image: raspios_lite:latest
image_additional_mb: 4096
copy_artifact_path: output
commands: |
export CC=gcc
Expand Down

0 comments on commit c1bceb8

Please sign in to comment.