iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.47k stars 1.86k forks source link

Release container: add -arm64 to each tag for arm64 #4879

Closed syeopite closed 3 months ago

syeopite commented 3 months ago

This PR explicitly adds the -arm64 suffix to tags created for the arm64 image instead of relying on the global default specified in flavors.

This should fix the latest tag for amd64 getting replaced by the arm64 version.


On a side note, this is a really weird bug.

The same type=raw tag over on the nightly build (just with the name changed to master) is able to have the flavor suffix appended but not on the stable builds for some reason...

And on the stable build itself the type=semver tag is able to add the suffix as well.

So why was type=raw (latest) skipped over?

Also, the nightly container build wasn't triggered when the release commit for 3e17d04 was pushed meaning that the nightly build is stuck on cec905e

syeopite commented 3 months ago

Current state of the images over at Quay

weird