Skip to content

ci: build and upload cli binary #24

ci: build and upload cli binary

ci: build and upload cli binary #24

Workflow file for this run

name: Build npm package for jstz CLI
on:
# For manually rebuilding the images
pull_request:
jobs:
build-cli-mac:
name: Build CLI for MacOS Arm64
runs-on: macos
steps:
- uses: jstz-dev/jstz/.github/actions/build-cli@huanchengchang-jstz-275
with:
kind: macos_arm64
repo_token: ${{ secrets.TEST_RELEASE }}
build-cli-linux:
name: Build CLI for Linux AMD64
runs-on: test
steps:
- uses: jstz-dev/jstz/.github/actions/build-cli@huanchengchang-jstz-275
with:
kind: linux_amd64
repo_token: ${{ secrets.TEST_RELEASE }}