Skip to content

Commit 54678d3

Browse files
feat: update node platforms
1 parent 45870a3 commit 54678d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
context: node
3333
file: node/Dockerfile
34-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
34+
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
3535
push: true
3636
build-args:
3737
NODE_VERSION=${{ github.event.inputs.nodeVersion }}

0 commit comments

Comments
 (0)