Skip to content

Commit 330c22b

Browse files
authored
Merge pull request #12 from chhsiao1981/arm64-ppc64le
add support of linux/ppc64le and linux/arm64
2 parents 7fff566 + 06e4a97 commit 330c22b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v5
6363
with:
6464
context: .
65+
platforms: linux/amd64,linux/ppc64le,linux/arm64
6566
tags: ${{ steps.info.outputs.tags }}
6667
push: ${{ steps.info.outputs.push }}
6768
cache-from: type=gha

0 commit comments

Comments
 (0)