mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 05:16:03 +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
.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
|
||||
|
Loading…
Reference in New Issue
Block a user