Enable Windows builds
This change adds the needed bits to enable Windows builds. This also adds a new make target to create the release files that will be uploaded as part of new releases. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
e2b617e12e
commit
af54b55cea
6 changed files with 132 additions and 33 deletions
|
|
@ -12,4 +12,6 @@ RUN wget http://musl.cc/aarch64-linux-musl-cross.tgz -O /tmp/aarch64-linux-musl-
|
|||
ADD ./scripts/build-static.sh /build-static.sh
|
||||
RUN chmod +x /build-static.sh
|
||||
|
||||
ADD . /build/garm
|
||||
|
||||
CMD ["/bin/sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue