Skip to content

Commit

Permalink
add more platforms for main Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 11, 2024
1 parent 8ad3390 commit 50799f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
name: ${{ matrix.platform }}-image
strategy:
matrix:
platform: ['linux/amd64', 'linux/arm64', 'linux/arm/v7']
platform:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/ppc64le
- linux/s390x
fail-fast: true
steps:
-
Expand Down

0 comments on commit 50799f2

Please sign in to comment.