Init
This commit is contained in:
commit
70fde51c0f
2 changed files with 27 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: build
|
||||
|
||||
RUST_VERSION = 1.74.0
|
||||
MOLD_VERSION = 2.4.0
|
||||
|
||||
build:
|
||||
docker build . \
|
||||
-t git.dergrimm.net/dergrimm/muslrust:$(RUST_VERSION) \
|
||||
--build-arg="RUST_VERSION=$(RUST_VERSION)" \
|
||||
--build-arg="MOLD_VERSION=$(MOLD_VERSION)"
|
Loading…
Add table
Add a link
Reference in a new issue