diff --git a/Makefile b/Makefile index 8287677..a7ca023 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE_DIR=/home/xs549470/stns.jp/public_html/repo SSH=xs549470@sv13076.xserver.jp -PRODUCT_CODES=centos almalinux buster bullseye bookworm focal jammy noble debian +PRODUCT_CODES=centos almalinux buster bullseye bookworm focal jammy noble resolute debian pkg: bin/download_artifacts STNS STNS diff --git a/docker-compose.yml b/docker-compose.yml index f5181f4..971c899 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,16 @@ services: - ./repo:/opt/pkg/repo environment: - DIST=noble + debrepo-resolute: + build: + context: . + dockerfile: dockerfiles/Dockerfile.debrepo + args: + DIST: resolute + volumes: + - ./repo:/opt/pkg/repo + environment: + - DIST=resolute debrepo-buster: build: context: .