Commit Graph

4 Commits

Author SHA1 Message Date
0af67168a9
removing the conditional - just forcing --pull/--no-cache all the time 2021-01-05 15:16:34 -08:00
76d0853864
buildx not necessary (see details below)
Without buildx you need to seriously watch your cache. Ultimately
the solution here still as a hole, because the FROM image(s) in
the Dockerfile will end up cached in whatever architecture
goes last. We are relying on the build server not caching things,
but be wary when doing local multi-architecture builds
2021-01-05 15:15:15 -08:00
a54b2cb3c7
proper multi-arch support
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 11:00:39 -08:00
e9319ec5d3
first makefile attempt
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-04 18:23:42 -08:00