Skip to content

Commit

Permalink
pgautoupgrade now does multi-arch builds (#6939)
Browse files Browse the repository at this point in the history
Thanks to substantial efforts by @andyundso, the Docker Hub
images for pgautoupgrade are now multi-arch (x86_64 and ARM64). :)
  • Loading branch information
justinclift authored May 1, 2024
1 parent 2b974e1 commit 897c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
image: redis:7-alpine
restart: unless-stopped
postgres:
image: postgres:16-alpine
image: pgautoupgrade/pgautoupgrade:latest
ports:
- "${POSTGRES_PORT:-15432}:5432"
# The following turns the DB into less durable, but gains significant performance improvements for the tests run (x3
Expand Down

0 comments on commit 897c683

Please sign in to comment.