gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.97k stars 1.7k forks source link

`teleport-ent-updater` is not in armhf deb repository. #34259

Closed programmerq closed 2 months ago

programmerq commented 8 months ago

Expected behavior:

curl -s 'https://apt.releases.teleport.dev/debian/dists/bookworm/stable/v14/binary-armhf/Packages' | grep ent-updater
Package: teleport-ent-updater

Current behavior:

curl -s 'https://apt.releases.teleport.dev/debian/dists/bookworm/stable/v14/binary-armhf/Packages' | grep ent-updater

It looks like the GitHub action that is supposed to publish this ends up publishing to binary/arm/Packages instead of binary/armhf/Packages

The binaries are built for amd64, i386, arm and arm64. The Debian architectures for these are: amd64, i386, armhf, and arm64, respectively. Only the armhf architecture is affected.

This means that when following the instructions to install teleport-ent and teleport-ent-updater on an armhf Debian variant, the teleport-ent package installs just fine, but the updater package is not found.

Bug details:

bernardjkim commented 2 months ago

The teleport-ent-updater should be available in the armhf repository starting v16.0.0.