Skip to content

Commit 2492599

Browse files
committed
Makefile: add build target for Alpine
Signed-off-by: Suryashankar Das <[email protected]>
1 parent 9a6b826 commit 2492599

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: 14.15.3
16+
node-version: 12.9.1
1717
cache: 'npm'
1818
- name: Setup dependencies
1919
run: |

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ linux:
88

99
windows:
1010
nexe index.js -t windows-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"
11+
12+
alpine:
13+
nexe index.js -t alpine-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"

0 commit comments

Comments
 (0)