Skip to content

Commit

Permalink
🐛 Do not install grub-bios on arm64 alpine dockerfile
Browse files Browse the repository at this point in the history
This allows building generic isos with alpine flavor

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 11, 2023
1 parent 7eeeb55 commit f17dd7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ RUN apk --no-cache add \
#### Common to a Model ####
###############################################################
FROM common AS generic
ARG TARGETARCH
RUN if [ ${TARGETARCH} != "arm64" ];then apk --no-cache add grub-bios; fi
RUN apk --no-cache add \
bonding \
bridge \
grub-bios \
rbd-nbd

FROM common as rpicommon
Expand Down

0 comments on commit f17dd7d

Please sign in to comment.