runner-images/Makefile
张泊明518370910136 5146cb726a
All checks were successful
push / build (push) Successful in 46s
fix: only copy joj3 to bin
2024-09-26 03:47:57 -04:00

13 lines
300 B
Makefile

.PHONY: all build push
all: build
build:
git submodule update --init --remote
$(MAKE) -C JOJ3
cp JOJ3/build/joj3 bin/
docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim .
push:
docker push focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim