Skip to content

Commit

Permalink
remove linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Aug 28, 2023
1 parent f71f0f2 commit 106711e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
with:
name: macos executable x64
path: percy-macos-x64
- uses: actions/upload-artifact@v3
with:
name: linux executable arm64
path: percy-linux-arm64
- uses: actions/upload-artifact@v3
with:
name: linux executable x64
Expand Down
3 changes: 1 addition & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ npm run build_cjs

cp -R ./build/* packages/

pkg --targets node14-linux-x64,node14-macos-x64,node14-macos-arm64,node14-win,node14-linux-arm64 ./packages/cli/bin/run.js -d
pkg --targets node14-linux-x64,node14-macos-x64,node14-macos-arm64,node14-win ./packages/cli/bin/run.js -d

mv run-macos-x64 percy-macos-x64
mv run-macos-arm64 percy-macos-arm64
mv run-linux-arm64 percy-linux-arm64
mv run-linux-x64 percy-linux-x64
mv run-win.exe percy-win.exe

Expand Down

0 comments on commit 106711e

Please sign in to comment.