If I want to build a local package for testing, I need to run:
EXTERNAL=true SNAPSHOT=true PACKAGES=tar.gz PLATFORMS=linux/amd64 mage package
These should all be the defaults, and CI should explicitly set the values it wants instead.
For PACKAGES, the default should depend on PLATFORMS - tar.gz for unix, zip for Windows, both if both platforms are set.
If I want to build a local package for testing, I need to run:
These should all be the defaults, and CI should explicitly set the values it wants instead.
For
PACKAGES, the default should depend on PLATFORMS -tar.gzfor unix,zipfor Windows, both if both platforms are set.