ci(docker-build-push): change supported platforms
This commit is contained in:
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
@@ -53,11 +53,9 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
# linux/amd64 is already built by Jenkins
|
# linux/amd64 is already built by Jenkins
|
||||||
- linux/arm/v6
|
- linux/arm/v6
|
||||||
- linux/arm/v7
|
- linux/arm64
|
||||||
- linux/arm64/v8
|
|
||||||
- linux/386
|
- linux/386
|
||||||
- linux/ppc64le
|
- linux/ppc64le
|
||||||
- linux/s390x
|
|
||||||
needs:
|
needs:
|
||||||
- inputs
|
- inputs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user