mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2025-04-03 21:23:37 +03:00
feat: reenable s390x for Node 16 (#139)
* feat: reenable s390x for Node 16 * Update README.md
This commit is contained in:
parent
fb2644fdc3
commit
95c8a67ece
2 changed files with 2 additions and 2 deletions
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
|
||||
- path: 16
|
||||
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:
|
||||
- name: Checkout
|
||||
|
|
|
@ -23,7 +23,7 @@ These Dockerfiles leverage the new `buildx` functionality and offer the followin
|
|||
- linux/arm/v7
|
||||
- linux/arm/v6
|
||||
- linux/ppc64le
|
||||
- linux/s390x (not for Node.js 16 [upstream bug])
|
||||
- linux/s390x
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue