Add linux/ppc64le linux/s390x

This commit is contained in:
Shizun Ge 2022-03-08 20:51:35 -08:00 committed by GitHub
parent c36d5087d4
commit 26d3a80d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ on:
types: # This configuration does not affect the page_build event above
- created
env:
PLATFORMS: "linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6"
PLATFORMS: "linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x"
jobs:
build_and_push: