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

Prebuilt module for darwin-arm64 is for wrong architecture #339

Description

@antelle

Prerequisites

Description

Hi! I discovered that the prebuilt module for Apple Silicon is actually for x64, instead of arm64.

Steps to Reproduce

curl -sSL https://github.com/atom/node-keytar/releases/download/v7.2.0/keytar-v7.2.0-electron-v85-darwin-arm64.tar.gz -O
tar -xzvf keytar-v7.2.0-electron-v85-darwin-arm64.tar.gz 
objdump -l build/Release/keytar.node 2>&1 | grep 'format.*' --only-match

Expected behavior:

format Mach-O arm64

Actual behavior:

format Mach-O 64-bit x86-64

Reproduces how often:

n/a

Versions

v7.2.0

Additional Information

n/a

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions