Skip to content

Commit

Permalink
Add Bastion Host support
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Sep 5, 2024
1 parent d372060 commit c851601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
- name: Build and package (arm64)
run: |
source myenv/bin/activate
run make -- --platform=darwin --arch=arm64
npm run make -- --platform=darwin --arch=arm64
working-directory: ./jccm

- name: Build and package (x64)
run: |
source myenv/bin/activate
run make -- --platform=darwin --arch=x64
npm run make -- --platform=darwin --arch=x64
working-directory: ./jccm

- name: Notarize and Staple Packages
Expand Down

0 comments on commit c851601

Please sign in to comment.