mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-16 22:14:59 +02:00
Add Docker build
This commit is contained in:
parent
b96778ad51
commit
85d2acc91f
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
Dockerfile
|
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user