estesp / manifest-tool

Command line tool to create and query container image manifest list/indexes
Apache License 2.0
737 stars 92 forks source link

Allow better cross-compilation of added cred helpers #238

Closed estesp closed 9 months ago

estesp commented 9 months ago

Needed some more changes to the Alpine variant Dockerfile to make it appropriately cross-compile as the release scripts built from amd64 hardware platform so using $TARGETARCH doesn't work properly.

estesp commented 9 months ago

FYI: @keg needed to make this possible to cross-compile to allow my release scripts to work properly, but also works for building/targeting on the same arch as well. Let me know if you see anything that won't work for you here.

keg commented 9 months ago

Hi @estesp, thanks for checking. This is a more elegant solution. Just built locally and it looks good here.