RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.58k stars 1.61k forks source link

Unnecessary i386/debian:bullseye for arm64 #613

Closed kirilllivanov closed 2 years ago

kirilllivanov commented 2 years ago

Hi!

I removed the i386/debian:bullseye image selection for arm64 branch.

https://github.com/RPi-Distro/pi-gen/blob/18aee5cfb8a41421e512aad75835f06fe93c7efb/build-docker.sh#L78-L87

The image was successfully built on x8664 (Docker Desktop 4.6.1 on Windows 11 64-bit 22000.613) and aarch64 (Docker on Raspberry Pi OS Lite 64-bit 2022-04-04)_.

XECDesign commented 2 years ago

Good point, thanks