Skip to content

Commit

Permalink
Build an arm binary
Browse files Browse the repository at this point in the history
switching to the macos 14 runner should get us an actual arm build
  • Loading branch information
llimllib authored May 30, 2024
2 parents 93bb31b + 653798e commit 83caf93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- name: darwin
architecture: arm64
host: macos-13
host: macos-14

- name: linux
architecture: x86-64
Expand Down
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
/src/
/vendor/

# we do need the libgit2.gyp file though, so node-gyp can run
!/vendor/libgit2.gyp

.astylerc
.editorconfig
.gitignore
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.6",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down

0 comments on commit 83caf93

Please sign in to comment.