Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c44bc80

Browse files
Remove Apple Silicon Electron prebuild (#340)
1 parent 99c2664 commit c44bc80

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
if: ${{ matrix.os != 'macos-latest' }}
7575
name: Prebuild for Electron (ARM64)
7676

77-
- run: npm run prebuild-electron-arm64-mac
78-
if: ${{ matrix.os == 'macos-latest' }}
79-
name: Prebuild for Electron MacOS (ARM64)
80-
8177
- run: |
8278
docker build -t node-keytar/i386 docker/i386
8379
docker run --rm -v ${PWD}:/project node-keytar/i386 /bin/bash -c "cd /project && npm run prebuild-node-ia32 && npm run prebuild-electron-ia32"

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ script:
5252
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm test; fi
5353
- npm run prebuild-node
5454
- npm run prebuild-electron
55-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run prebuild-electron-arm64-mac; fi
5655
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker build -t node-keytar/i386 docker/i386 && docker run --rm -v ${PWD}:/project node-keytar/i386 /bin/bash -c "cd /project && npm run prebuild-node-ia32 && npm run prebuild-electron-ia32 && npm run prebuild-electron-arm64"; fi
5756
- if [[ -n "$TRAVIS_TAG" ]]; then npm run upload; fi

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"prebuild-node-ia32": "prebuild -t 8.9.0 -t 9.4.0 -a ia32 --strip",
4040
"prebuild-electron": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -r electron --strip",
4141
"prebuild-electron-arm64": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -r electron -a arm64 --strip",
42-
"prebuild-electron-arm64-mac": "prebuild -t 11.0.0 -r electron -a arm64 --strip",
4342
"prebuild-electron-ia32": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -r electron -a ia32 --strip",
4443
"upload": "node ./script/upload.js",
4544
"postpublish": "git push --follow-tags"

0 commit comments

Comments
 (0)