Skip to content

Commit

Permalink
Use the right arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Nov 14, 2024
1 parent e3af150 commit 91b1948
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
with:
platforms: linux/arm64

- name: build raspios
run: cd arm64; sh raspios.sh https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-10-28/2024-10-22-raspios-bookworm-armhf-lite.img.xz bookworm lite 2024-10-22 armhf


- name: Docker build and push
uses: docker/build-push-action@v6
with:
Expand All @@ -69,6 +65,11 @@ jobs:
with:
platforms: linux/armv6

- name: build raspios
run: |
cd armhf
sh raspios.sh https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-10-28/2024-10-22-raspios-bookworm-armhf-lite.img.xz bookworm lite 2024-10-22 armhf
- name: Docker build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 91b1948

Please sign in to comment.