feat: reenable s390x for Node 16 (#139)

* feat: reenable s390x for Node 16

* Update README.md
This commit is contained in:
Tim Brust 2021-08-20 23:52:26 +02:00 committed by GitHub
parent fb2644fdc3
commit 95c8a67ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6 platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
- path: 16 - path: 16
tags: "16 gallium" tags: "16 gallium"
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v7,linux/arm/v6 platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
steps: steps:
- name: Checkout - name: Checkout

View File

@ -23,7 +23,7 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin
- linux/arm/v7 - linux/arm/v7
- linux/arm/v6 - linux/arm/v6
- linux/ppc64le - linux/ppc64le
- linux/s390x (not for Node.js 16 [upstream bug]) - linux/s390x
--- ---