Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build arm64 images #380

Closed
hannesa2 opened this issue Oct 2, 2023 · 6 comments
Closed

Build arm64 images #380

hannesa2 opened this issue Oct 2, 2023 · 6 comments

Comments

@hannesa2
Copy link
Collaborator

hannesa2 commented Oct 2, 2023

Now we could build artifacts for Apple silicon as well, because M1 runner are available now actions/runner-images#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
Copy link

radeva commented Jan 18, 2024

@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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

@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
Copy link
Contributor

bunty95 commented Jun 13, 2024

@hannesa2 issue can be closed?

@hannesa2
Copy link
Collaborator Author

hannesa2 commented Jun 13, 2024

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
Copy link
Collaborator Author

hannesa2 commented Jun 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
COVESA DLT Viewer
  
Awaiting triage
Development

No branches or pull requests

4 participants