Commit Graph

8 Commits

Author SHA1 Message Date
52eb054277
add lambda-layer implementation based on AL2/Python 3.8
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-06 10:23:15 -08:00
8906a22f52
pip makes few ordering guarantees
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-06 00:42:56 -08:00
66bbdbe460
only amd64 works I suppose
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 23:51:52 -08:00
34e4159275
remove armv7 support
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-05 23:44:54 -08:00
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