mirror of
https://github.com/andrew-d/static-binaries.git
synced 2025-01-14 08:27:57 +08:00
9 lines
183 B
Docker
9 lines
183 B
Docker
FROM andrewd/musl-cross-arm
|
|
MAINTAINER Andrew Dunham <andrew@du.nham.ca>
|
|
|
|
# Add our build script
|
|
ADD . /build/
|
|
|
|
# This builds the program and copies it to /output
|
|
CMD /build/build.sh
|