This commit is contained in:
parent
03c1d9c945
commit
e7f7d7f852
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ IMAGE?=d.xr.to/base
|
|||
# Arch to be used
|
||||
ARCH?=x86_64-musl
|
||||
# Repo root url to be used (/musl will be appended in case of musl based arch)
|
||||
REPO_ROOT?=https://alpha.de.repo.voidlinux.org/current
|
||||
REPO_ROOT?=https://repo-default.voidlinux.org/current
|
||||
# Absolute repo url
|
||||
REPO?=$(REPO_ROOT)$(if $(findstring musl, $(ARCH)),/musl)
|
||||
# Toolbox to be used (toybox, busybox, none or default)
|
||||
|
|
Loading…
Reference in a new issue