Skip to content

Commit

Permalink
CI: also add custom /proc/cpuinfo to pi ubuntu images
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jul 29, 2023
1 parent 2414d1b commit 9cf0a59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
bind_mount_repository: yes
image_additional_mb: 5000
cpu: cortex-a7:cortex-a72
cpu_info: cpuinfo/raspberrypi_4b
copy_repository_path: /home/runner/pi-apps
export_github_env: yes
import_github_env: true
Expand All @@ -267,6 +268,7 @@ jobs:
bind_mount_repository: yes
image_additional_mb: 5000
cpu: cortex-a7:cortex-a72
cpu_info: cpuinfo/raspberrypi_4b
copy_repository_path: /home/runner/pi-apps
export_github_env: yes
import_github_env: true
Expand All @@ -287,6 +289,7 @@ jobs:
bind_mount_repository: yes
image_additional_mb: 5000
cpu: cortex-a7:cortex-a72
cpu_info: cpuinfo/raspberrypi_4b
copy_repository_path: /home/runner/pi-apps
export_github_env: yes
import_github_env: true
Expand Down

0 comments on commit 9cf0a59

Please sign in to comment.