GithubHelp home page GithubHelp logo

arm-preview-docs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arm-preview-docs's Issues

Larger arm64 executors, please

Hi, I took a look at the ARM preview today.

Unfortunately, the existing ARM executor sizes are too small for us. Our Golang-based backend is fairly large, and we use use 2xlarge executors.

Will there be larger executors available further into the preview?

Possible to use custom images?

We use a locally built image for our Circle workflows, since there are a large number of dependencies that we don't want to spend time installing at build time.

Is it (or will it) be possible to use custom aarch64 images on ARM executors?

Thanks!

jq not working on ARM

Using the arm with the following

  deploy:
    machine:
      image: ubuntu-2204:2022.07.1
    resource_class: arm.medium
    steps:
        - run:
            command: jq

returns the following:

-bash: /usr/local/bin/jq: cannot execute binary file: Exec format error

Seems the preinstalled jq is not for ARM

Removing /usr/local/bin/jq and reinstalling with sudo apt-get install jq solves the issues as it installs the arm build (i am assuming). Does mean that jq commands need to be rewritten as /usr/bin/jq ... however.

"arm" vs "arm64"

The only thing I can think about regarding naming in this system is that Arm is the company, but they design chips with several different instruction sets, and it's a meaningful difference. "arm64" (or less commonly "aarch64") is the 64-bit ARMv8 instruction set found in modern server processors, and the text should reflect any understanding that it's primarily 64-bit support (or if you do provide 32-bit support like for "armhf" or "armel" found on Raspberry Pi's) that's clear.

cc @appplemac @WorksOnArm

Missing `codesign` utility?

Hello ๐Ÿ‘‹

I was looking into trying out the arm machine executor to properly compile binaries for macos machines.
Binaries are compiled using Vercel's pkg CLI.

One of the requirements for signing the binaries for macos is by using codesign:

codesign --sign - <executable>

This is done automatically by pkg but it assumes that the codesign executable is available in the machine.

Is that something that can be provided in the arm machine?

Thanks ๐Ÿค—

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.