You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By placing version numbers in the build artifacts its impossible build scripts to grab the latest released version.
For example, GH canonical path is
https://github.com/org/repo/releases/latest/download/binary.gz.tar
This path is version agnostic.
However, buildx places the version number in the artifacts so you'd still need an extra set to resolve the archive name to grab the latest binary.
Beta Was this translation helpful? Give feedback.
All reactions