Skip to content

Commit

Permalink
update to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Oct 28, 2024
1 parent c4ca940 commit 569d855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Container Build
on:
push:
branches: [main]


jobs:
docker:
Expand All @@ -26,4 +25,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: jhnnsrs/daten:latest
tags: jhnnsrs/db_next:nightly
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 569d855

Please sign in to comment.