Skip to content

Commit

Permalink
👷 ci(docker): add multiple arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent d2a39bf commit 621e335
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms:
- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64/v8
- linux/ppc64le
- linux/s390x

0 comments on commit 621e335

Please sign in to comment.