Add Docker build

This commit is contained in:
Adam Baxter 2024-01-13 17:02:08 +11:00
parent b96778ad51
commit 85d2acc91f
2 changed files with 9 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
Dockerfile

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM alpine
RUN apk add alpine-sdk make curl xz bison
WORKDIR /src
COPY . /src
RUN make sources/gcc-13.2.0.tar.xz
RUN make sources/binutils-2.41.tar.xz
RUN make TARGET=aarch64-linux-musl