Git Product home page Git Product logo

Comments (5)

sungwoncho avatar sungwoncho commented on May 28, 2024

Thanks for reporting the issue. I tried to support macOS with M1 chip (#572) with #620 but it seems like it contained an issue. I will park darwin arm64 support for now because I currently do not have access to a mac to troubleshoot.

In the meantime, please try to build the CLI using the following command.

GOOS=darwin GOARCH=arm64 make version=0.1.0 build=cli

Go 1.20 is required.

Sorry for the inconvenience.

from dnote.

mzch avatar mzch commented on May 28, 2024

It works! Thanks @sungwoncho !

from dnote.

sungwoncho avatar sungwoncho commented on May 28, 2024

No worries, forgot to mention that you might need CGO_ENABLED=1

CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 make version=0.1.0 build=cli

from dnote.

mzch avatar mzch commented on May 28, 2024

Thanks @sungwoncho , but without CGO_ENABLED flag dnote-cli works. :)

from dnote.

sungwoncho avatar sungwoncho commented on May 28, 2024

Cool. Just to confirm, are you using dnote_0.14.0_darwin_arm64.tar.gz from GitHub release?

from dnote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.