We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d86e3c + 204ae43 commit d23f3e6Copy full SHA for d23f3e6
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: docker/build-push-action@v6
29
with:
30
push: true
31
+ platforms: linux/amd64,linux/arm64
32
build-args: |
33
POSTGRES_VERSION=${{ matrix.version }}
34
tags: siemens/postgres-backup-s3:${{ matrix.version }}
0 commit comments