Add linux/ppc64le linux/s390x
This commit is contained in:
parent
c36d5087d4
commit
26d3a80d97
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ on:
|
||||||
types: # This configuration does not affect the page_build event above
|
types: # This configuration does not affect the page_build event above
|
||||||
- created
|
- created
|
||||||
env:
|
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:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue