From 53ab3776ca778ef191dc7927305d5bf95674ee31 Mon Sep 17 00:00:00 2001 From: snmsts Date: Sun, 11 Aug 2024 14:23:33 +0900 Subject: [PATCH] fix error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6689e95..5f2333e 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ linux-build: alpine-docker addgroup -g $(GROUP_ID) u; \ usermod -g $(GROUP_ID) u; \ chown -R u:u .; \ - make" + sudo -u u make" # ubuntu for testing environment. try not to copy bin to the environment. ubuntu: docker run -w /tmp2 -v $$PWD:/tmp2/base --rm --platform $(DOCKER_PLATFORM) -it ubuntu:16.04 $(DOCKER_RUN_OPTION) /bin/bash -c \