From 569d855d6713cac287afe06b419338d100a4038b Mon Sep 17 00:00:00 2001 From: Johannes Roos Date: Mon, 28 Oct 2024 09:46:03 +0100 Subject: [PATCH] update to arm64 --- .github/workflows/docker-build.yaml | 3 +-- Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 209d321..b6154f6 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -3,7 +3,6 @@ name: Container Build on: push: branches: [main] - jobs: docker: @@ -26,4 +25,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: jhnnsrs/daten:latest \ No newline at end of file + tags: jhnnsrs/db_next:nightly diff --git a/Dockerfile b/Dockerfile index 0f7f2a4..74a49a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM apache/age:latest +FROM apache/age:dev_snapshot_PG16 + COPY ./create-multiple-databases.sh /docker-entrypoint-initdb.d/create-multiple-databases.sh RUN chmod +x /docker-entrypoint-initdb.d/create-multiple-databases.sh \ No newline at end of file