Skip to content

Commit

Permalink
Release binaries for alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed Apr 14, 2021
1 parent 936c4ba commit baf1038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- pkg/arnavon-linux
- pkg/arnavon-macos
- pkg/arnavon-win.exe
- pkg/arnavon-alpine
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif-dev manifest && oclif-dev readme",
"version": "echo $npm_package_version",
"package": "pkg . --out-path pkg/"
"package": "pkg . --targets linux,macos,win,alpine --out-path pkg/"
},
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit baf1038

Please sign in to comment.