Skip to content

Commit

Permalink
chore(ci): update docker.yml to include additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 7, 2024
1 parent 16c2b2a commit 97238c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
platform:
- linux/386
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/riscv64
- linux/s390x
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 97238c3

Please sign in to comment.