Skip to content

Commit

Permalink
MacOS Arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaperD authored Jul 5, 2024
1 parent 6f5bf27 commit 134bbb1
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 @@ -14,8 +14,8 @@ jobs:
node-version: 18.5.0
- run: npm install
- run: npm install -g pkg
- run: pkg . --targets latest-${{ matrix.os }}-x64
- run: pkg . --targets latest-${{ matrix.os }}-arm64
- run: pkg . --targets latest-${{ matrix.os }}-x64 -o gltf-pipeline
- run: pkg . --targets latest-${{ matrix.os }}-arm64 -o gltf-pipeline-arm
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 134bbb1

Please sign in to comment.