Skip to content

Commit

Permalink
🤖 Apply base image fixes to arm (#1943)
Browse files Browse the repository at this point in the history
Apply base image fixes to arm

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Oct 23, 2023
1 parent fa627ce commit f771ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
FROM amd64-non-hwe AS amd64-ubuntu-22-lts-non-hwe
FROM amd64-non-hwe AS amd64-ubuntu-20-lts-non-hwe

FROM base-22-lts AS arm64-ubuntu
FROM base-22-lts AS arm64-ubuntu-22-lts
FROM base-20-lts AS arm64-ubuntu-20-lts
FROM base-ubuntu-22-lts AS arm64-ubuntu
FROM base-ubuntu-22-lts AS arm64-ubuntu-22-lts
FROM base-ubuntu-20-lts AS arm64-ubuntu-20-lts

###############################################################
#### Common to a Single Model ####
Expand Down

0 comments on commit f771ccd

Please sign in to comment.