Skip to content

Commit 0b0ca43

Browse files
committed
ci: allow for arm docker images and minor startup changes
1 parent 96e43a0 commit 0b0ca43

5 files changed

Lines changed: 6263 additions & 4434 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
type=raw,value=latest
4343
type=raw,value=nightly,enable={{is_default_branch}}
4444
45-
4645
- name: Build and push Docker image
4746
uses: docker/build-push-action@v6
4847
with:
4948
context: .
5049
push: true
5150
tags: ${{ steps.meta.outputs.tags }}
5251
labels: ${{ steps.meta.outputs.labels }}
52+
platforms: linux/amd64,linux/arm64

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_PASSWORD: mypassword
3434
POSTGRES_DB: postgres
3535
healthcheck:
36-
test: ["CMD-SHELL", "pg_isready -U myuser -d postgres"]
36+
test: ['CMD-SHELL', 'pg_isready -U myuser -d postgres']
3737
interval: 5s
3838
timeout: 5s
3939
retries: 5

0 commit comments

Comments
 (0)