Skip to content

Commit d23f3e6

Browse files
authored
Merge pull request #16 from rafaelstelles/patch-1
Add support for multiple platforms in CI workflow
2 parents 6d86e3c + 204ae43 commit d23f3e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: docker/build-push-action@v6
2929
with:
3030
push: true
31+
platforms: linux/amd64,linux/arm64
3132
build-args: |
3233
POSTGRES_VERSION=${{ matrix.version }}
3334
tags: siemens/postgres-backup-s3:${{ matrix.version }}

0 commit comments

Comments
 (0)