Skip to content

Commit

Permalink
PG16 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Apr 13, 2024
1 parent 5d8911e commit c4e389f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OUTPUT := output
OUTPUT := $(abspath $(OUTPUT))

build:
exec docker build --pull --rm --format docker --build-arg DSMR_VERSION=5.11.0 --platform=linux/amd64 --build-arg QEMU_ARCH="x86_64" --build-arg DOCKER_TARGET_RELEASE=2099.09.09 -t dsmr_test_image .
exec docker build --pull --rm --format docker --build-arg DSMR_VERSION="5.11.0" --platform="linux/amd64" --build-arg QEMU_ARCH="x86_64" --build-arg DOCKER_TARGET_RELEASE="2099.09.09" -t dsmr_test_image .

test: build
exec docker run --rm --name dsmr --network host dsmr_test_image
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
docker-entrypoint
svc-nginx
docker-entrypoint
4 changes: 1 addition & 3 deletions rootfs/etc/s6-overlay/s6-rc.d/svc-nginx/dependencies
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
docker-entrypoint
svc-dsmr-backend
svc-dsmr-webinterface
docker-entrypoint

0 comments on commit c4e389f

Please sign in to comment.