Skip to content

Commit

Permalink
added ppc64le platform support (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Esposito <a.esposito@hyperborea.com>
  • Loading branch information
roy20021 and Andrea Esposito committed May 26, 2023
1 parent 5e851e9 commit 9a489ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*"

env:
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le

jobs:

Expand Down

0 comments on commit 9a489ca

Please sign in to comment.