COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
425 stars 240 forks source link

Build arm64 images #380

Closed hannesa2 closed 3 months ago

hannesa2 commented 11 months ago

Now we could build artifacts for Apple silicon as well, because M1 runner are available now https://github.com/actions/runner-images/issues/8439 But it makes no sense, because we have no sponsor for an Apple developer account. With this, an arm64 artifact for MacOS would make sense. If you think, you could be the sponsor, please ping me.

radeva commented 7 months ago

@hannesa2 You can try FlyCI's M1 and M2 runners. They are on average 2x faster and 2x cheaper than GitHub's AND we have a free tier for OSS projects (see below).

Install Instructions

  1. Install FlyCI app and
  2. Easily replace one line of code and start using FlyCI runners:
jobs:
 ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m1
   steps:
   - name: 👀 Checkout repo
     uses: actions/checkout@v4

500 mins/month Free for Public Repos

Since your repo is public, FlyCI offers 500 mins/month of free M1 runner usage with the flyci-macos-large-latest-m1 runner for public projects.

Don't hesitate to contact us in case the free tier doesn't suit your needs or you experience any issues with the runners. Our team is here to support you!

Best Regards, Veselina Radeva Product Manager at FlyCI

hannesa2 commented 7 months ago

Thank you for the hint, it worth to have a look. Currently I do my experiments in my fork with an own custom arm64 runner https://github.com/hannesa2/dlt-viewer/pulls because I can't access setting in this fork

hannesa2 commented 6 months ago

@alexmucde

image

You label it with "help wanted" but the only one who can help here, are you ! I can't access "Settings" tab with runner settings, and only you can do this or provide access to me.

bunty95 commented 3 months ago

@hannesa2 issue can be closed?

hannesa2 commented 3 months ago

The signing is missing. The idea is to do it analog to https://github.com/gitx/gitx/pull/334/files But maybe we should open a new issue for this

hannesa2 commented 3 months ago

Currently I do my experiments in my fork with an own custom arm64 runner https://github.com/hannesa2/dlt-viewer/pulls because I can't access setting in this fork

This is solved be cause runner macos-14 is a free arm64 runner