Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass build platforms in environment variable
On my Intel machine, the ARM build gets stuck on building the final artifact, using 100% CPU and slowly increasing memory use forever. I will look into sorting this out, but for now, being able to pass `PLATFORMS=linux/amd64` provides a workaround for testing it locally. I have also made `TAG` into an environment variable as that allows for builds to be given different tags -- this makes it easier to check that your local Kubernetes isn't running a stale build.
- Loading branch information