Coder Social home page Coder Social logo

Add builds for Linux arm64/aarch64 about dockeye HOT 8 OPEN

vv9k avatar vv9k commented on June 13, 2024 1
Add builds for Linux arm64/aarch64

from dockeye.

Comments (8)

denisgolius avatar denisgolius commented on June 13, 2024 1

Any plans for adding Linux aarch64/arm64 bin to the release?smiley

@vv9k sound like you need to add "help neded" label 🙈

from dockeye.

vv9k avatar vv9k commented on June 13, 2024

Hey, thanks for reporting the issue. I'm pretty sure it's described in the readme and already implemented :)

- name: Upload gz
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
uses: svenstaro/upload-release-action@v2
with:
repo_name: vv9k/dockeye
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.set_name.outputs.DOCKEYE_ARCHIVE }}.tar.gz
asset_name: ${{ steps.set_name.outputs.DOCKEYE_ARCHIVE }}.tar.gz
tag: ${{ steps.set_version.outputs.DOCKEYE_VERSION }}
overwrite: true
- name: Upload xz
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
uses: svenstaro/upload-release-action@v2
with:
repo_name: vv9k/dockeye
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.set_name.outputs.DOCKEYE_ARCHIVE }}.tar.xz
asset_name: ${{ steps.set_name.outputs.DOCKEYE_ARCHIVE }}.tar.xz
tag: ${{ steps.set_version.outputs.DOCKEYE_VERSION }}
overwrite: true

https://github.com/vv9k/dockeye/blob/master/README.md#prebuilt-packages

from dockeye.

vv9k avatar vv9k commented on June 13, 2024

Here is the first release with Linux and macOS build artifacts: https://github.com/vv9k/dockeye/releases/tag/0.1.0

from dockeye.

denisgolius avatar denisgolius commented on June 13, 2024

I don't see Mac x86_64 architecture builds, only aarch64.

from dockeye.

vv9k avatar vv9k commented on June 13, 2024

I added the x86_64-apple-darwin target in 8014a26 . Next release should include the artifacts :) Let's leave this issue open until then.

from dockeye.

SebDanielsson avatar SebDanielsson commented on June 13, 2024

Any plans for adding Linux aarch64/arm64 bin to the release?😃

from dockeye.

vv9k avatar vv9k commented on June 13, 2024

Agreed :) All help at this point will be appreciated and Linux arm is indeed not on my priority list.

Necessary changes would have to be made here to add a new target:

build: [linux, macos-aarch64, macos-x86]
include:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux

from dockeye.

vv9k avatar vv9k commented on June 13, 2024

Looks like the binaries for x86_64-apple-darwin are there! :) Perhaps I'll rename this issue track adding the linux arm binary.

from dockeye.

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.