diff --git a/deb/common/rules b/deb/common/rules index 71fca9ade8..14ec3fedc1 100755 --- a/deb/common/rules +++ b/deb/common/rules @@ -1,15 +1,5 @@ #!/usr/bin/make -f -# Include default Makefile variables. -include /usr/share/dpkg/default.mk - -# Build all armhf binaries as ARMv6 with hard float, to support both -# Debian armhf and Raspbian armhf. -ifeq ($(DEB_TARGET_ARCH),armhf) - export CFLAGS += -marm -march=armv6+fp - export GOARM := 6 -endif - VERSION ?= $(shell cat engine/VERSION) # TODO(thaJeztah): allow passing this version when building. PKG_REVISION ?= 1 diff --git a/distros.json b/distros.json index c24cbf0366..90ee498c0e 100644 --- a/distros.json +++ b/distros.json @@ -68,20 +68,6 @@ ], "end_of_life": "December 02, 2026" }, - "raspbian-bullseye": { - "image": "balenalib/rpi-raspbian:bullseye", - "arches": [ - "armhf" - ], - "description": "Debian/Raspbian 11 (stable)" - }, - "raspbian-bookworm": { - "image": "balenalib/rpi-raspbian:bookworm", - "arches": [ - "armhf" - ], - "description": "Debian/Raspbian 12 (next stable)" - }, "ubuntu-jammy": { "image": "ubuntu:jammy", "arches": [