Skip to content

Commit

Permalink
Add rpi4
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Apr 11, 2024
1 parent dc9b8ad commit 2a6793d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ FROM grub-current AS grub-amd64-24.04
FROM grub-current AS grub-amd64-23.10
FROM grub-current AS grub-amd64-22.04
FROM grub-legacy AS grub-amd64-20.04
FROM grub-current AS grub-arm64-24.04
FROM grub-current AS grub-arm64-23.10
FROM grub-current AS grub-arm64-22.04
FROM grub-legacy AS grub-arm64-20.04
Expand Down Expand Up @@ -255,6 +256,7 @@ FROM amd64-base-ubuntu-24.04 AS amd64-ubuntu-24.04
FROM base-ubuntu-legacy AS arm64-ubuntu-20.04
FROM base-ubuntu-legacy AS arm64-ubuntu-22.04
FROM base-ubuntu-legacy AS arm64-ubuntu-23.10
FROM base-ubuntu-current AS arm64-ubuntu-24.04

###############################################################
#### Common to a Single Model ####
Expand Down Expand Up @@ -292,6 +294,7 @@ FROM generic AS arm64-ubuntu-23.10-generic
RUN [ -z "$(ls -A /lib/modules/)" ] && apt-get update && apt-get install -y --no-install-recommends \
linux-image-generic-hwe-22.04 || true
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
FROM ubuntu-23.10-rpi AS arm64-ubuntu-24.04-rpi4
FROM ubuntu-23.10-rpi AS arm64-ubuntu-23.10-rpi3
FROM ubuntu-23.10-rpi AS arm64-ubuntu-23.10-rpi4
FROM ubuntu-23.10-rpi AS arm64-ubuntu-22.04-rpi3
Expand Down

0 comments on commit 2a6793d

Please sign in to comment.