Add docker-build
make target, adjust instructions, remove Python2 support
This commit is contained in:

committed by
Nicolas Stalder

parent
13424fdbcd
commit
b3d76d56e0
@@ -26,7 +26,7 @@ RUN . solo/env3/bin/activate && cd solo/targets/stm32l432 && \
|
||||
make cbor && \
|
||||
make build-hacker
|
||||
|
||||
# Would prefer `FROM scratch`, not sure how to copy firmware out though?
|
||||
# would prefer `FROM scratch`, not sure how to copy firmware out though?
|
||||
FROM alpine
|
||||
COPY --from=0 /solo/targets/stm32l432/solo.elf .
|
||||
COPY --from=0 /solo/targets/stm32l432/solo.hex .
|
||||
|
Reference in New Issue
Block a user