Skip to content

Commit b3dbe28

Browse files
committed
Do not include example for node-arch, as it is considered advanced use
1 parent c08e62d commit b3dbe28

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,8 @@ steps:
100100
- run: npm rebuild && npm run prepare --if-present
101101
```
102102
103-
Specifying a different architecture than the system architecture:
104-
```yaml
105-
steps:
106-
- uses: actions/checkout@master
107-
- uses: actions/setup-node@v1
108-
with:
109-
node-version: '10.x'
110-
node-arch: 'x86'
111-
- run: npm install
112-
- run: npm test
113-
```
114103
104+
Additionally, the architecture can be selected using `node-arch`. Values are `x86`, `x64`, `arm64`, `armv6l`, `armv7l, `ppc64le`, `s390x`. **Not all architectures are available on all platforms.**
115105

116106
# License
117107

0 commit comments

Comments
 (0)