Skip to content

Commit dc9eded

Browse files
authored
Fix build on release branches (#163)
1 parent 2dd149e commit dc9eded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
package-manager: 'npm' # npm or yarn
1414
cache: true # enable caching of dependencies based on lockfile
1515
min-node-version: 14
16+
skip: 'linux-arm linux-ia32' # skip building for these platforms
1617

1718
publish:
1819
needs: build

0 commit comments

Comments
 (0)