Skip to content

Commit 897c683

Browse files
authored
pgautoupgrade now does multi-arch builds (#6939)
Thanks to substantial efforts by @andyundso, the Docker Hub images for pgautoupgrade are now multi-arch (x86_64 and ARM64). :)
1 parent 2b974e1 commit 897c683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
image: redis:7-alpine
3939
restart: unless-stopped
4040
postgres:
41-
image: postgres:16-alpine
41+
image: pgautoupgrade/pgautoupgrade:latest
4242
ports:
4343
- "${POSTGRES_PORT:-15432}:5432"
4444
# The following turns the DB into less durable, but gains significant performance improvements for the tests run (x3

0 commit comments

Comments
 (0)