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

Add ARM builds #61

Closed
pomadchin opened this issue Jul 12, 2022 · 3 comments · Fixed by #89
Closed

Add ARM builds #61

pomadchin opened this issue Jul 12, 2022 · 3 comments · Fixed by #89
Labels
build enhancement New feature or request

Comments

@pomadchin
Copy link
Collaborator

pomadchin commented Jul 12, 2022

Currently blocked by actions/runner-images#2187

macos-14 is available in a free tier?

@pomadchin pomadchin changed the title Include ARM builds Add ARM builds Jul 12, 2022
@pomadchin pomadchin added the enhancement New feature or request label Jul 12, 2022
@pomadchin
Copy link
Collaborator Author

Technically runners are available now but they are not free, see actions/runner-images#8439

@kgantchev
Copy link

Hi @pomadchin

You can use the FlyCI's M1 and M2 runners. Our runners are on average 2x faster and 2x cheaper than GitHub's.

Install Instructrions

Easily replace your M1 runners:

jobs:
 ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m1
   steps:
   - name: 👀 Checkout repo
     uses: actions/checkout@v4

Or try the M2 runners:

jobs:
  ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m2
    steps:
      - name: 👀 Checkout repo
        uses: actions/checkout@v4

Pricing

Processor vCPU RAM (GB) Storage Label Price on FlyCI Price on GitHub
M1 4 7 28 GB flyci-macos-large-latest-m1 $0.06 -
M1 8 14 28 GB flyci-macos-xlarge-latest-m1 $0.12 $0.16
M2 4 7 28 GB flyci-macos-large-latest-m2 $0.08 -
M2 8 14 28 GB flyci-macos-xlarge-latest-m2 $0.16 -

500 mins/month Free for Public Repos

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

Best Regards,
Kiril Gantchev
CEO and co-founder of FlyCI

@pomadchin
Copy link
Collaborator Author

Thanks @kgantchev will try it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants