(new): linux image

This commit is contained in:
2026-04-23 22:21:58 +03:00
parent def025d32c
commit 0b1ba393df
7 changed files with 15 additions and 7 deletions
+2
View File
@@ -1,4 +1,5 @@
build-all:
docker buildx build -t git.scuroneko.dev/runners/linux:bookworm -f linux.Dockerfile .
docker buildx build -t git.scuroneko.dev/runners/go:bookworm -f go.Dockerfile .
docker buildx build -t git.scuroneko.dev/runners/go:alpine -f go-alpine.Dockerfile .
docker buildx build -t git.scuroneko.dev/runners/docker:bookworm -f docker.Dockerfile .
@@ -7,6 +8,7 @@ build-all:
# docker buildx build -t git.scuroneko.dev/runners/python:alpine -f python-alpine.Dockerfile .
push-all: build-all
docker push git.scuroneko.dev/runners/linux:bookworm
docker push git.scuroneko.dev/runners/go:bookworm
docker push git.scuroneko.dev/runners/go:alpine
docker push git.scuroneko.dev/runners/docker:bookworm