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
I didn't notice that when I previously re-worked the make setup that I
changed the names away from what boots expects. Boots expect gnu style
arch names where docker use go names (x86_64 vs amd64 and aarch64 vs
arm64). I ended up coming across a way to sort of do a staticly defined
look up table in make using something called "Constructed Macro Names",
see http://make.mad-scientist.net/constructed-macro-names/ for details. So
now we can use make to do the cp instead of in shell.
I also reworked the deploy target so it pushes multiple files instead of one
tarball as thats how boots and sandbox use them, this way we avoid needing
to post-process the deployed artifacts. But this is disabled at the moment
as pushing to the s3 bucket is failing due to issue with creds. Once we get
creds fixed up this can be re-enabled.
Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
0 commit comments