Skip to content

Commit

Permalink
fix: remove cpu info
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 20, 2024
1 parent 6d15dd6 commit d91bbaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,12 @@ jobs:
arch: aarch64
cpu: cortex-a53
base_image: raspios_lite_arm64:latest
cpu_info: raspberrypi_zero2_w_arm64_w
- target: armv7-unknown-linux-gnueabihf
build: linux
os: ubuntu-latest
arch: armv7l
cpu: cortex-a7
base_image: raspios_lite:latest
cpu_info: raspberrypi_3b
# - target: i686-unknown-linux-gnu
# build: linux
# os: ubuntu-latest
Expand All @@ -295,7 +293,6 @@ jobs:
with:
base_image: ${{ matrix.base_image }}
cpu: ${{ matrix.cpu }}
cpu_info: ${{ matrix.cpu_info }}
bind_mount_repository: true
image_additional_mb: 10240
commands: |
Expand Down

0 comments on commit d91bbaf

Please sign in to comment.