Skip to content

Commit 361b33d

Browse files
feat: update node platforms
1 parent 54678d3 commit 361b33d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: 'Node Version'
88
default: '24.10.0'
99
required: true
10+
platforms:
11+
description: 'Platforms'
12+
default: 'linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x'
13+
required: true
1014
jobs:
1115
docker:
1216
runs-on: ubuntu-latest
@@ -31,7 +35,7 @@ jobs:
3135
with:
3236
context: node
3337
file: node/Dockerfile
34-
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
38+
platforms: ${{ github.event.inputs.platforms }}
3539
push: true
3640
build-args:
3741
NODE_VERSION=${{ github.event.inputs.nodeVersion }}

0 commit comments

Comments
 (0)