Skip to content

Commit

Permalink
docs: update package binaries instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGkeith committed Nov 15, 2024
1 parent 295d7fe commit 5d6d0cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,13 @@ npx jest tests/test-cases/cache-paths-not-array
It's also possible to run individual `.gitlab-ci.yml`, via `node src/index.js --cwd examples/docker-compose-nodejs`

### Package binaries
Creating a *single executable*

```bash
npm run esbuild
npm run pkg-linux
npm run pkg-win
npm run pkg-macos
npm run pkg-all
# the binary will be generated in the respective ./bin/<os>/gitlab-ci-local
```

0 comments on commit 5d6d0cb

Please sign in to comment.