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

introduces macos and windows runners in build step #279

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

bobrossthepainter
Copy link
Collaborator

Verifies working developer-builds on different os'

Copy link

github-actions bot commented Mar 2, 2024

Test Results

0 files   - 32  0 suites   - 32   0s ⏱️ - 19m 37s
0 tests  - 45  0 ✅  - 45  0 💤 ±0  0 ❌ ±0 
0 runs   - 48  0 ✅  - 48  0 💤 ±0  0 ❌ ±0 

Results for commit 9150001. ± Comparison against base commit 4f2545c.

♻️ This comment has been updated with latest results.

@cmoulliard
Copy link
Contributor

This PR is almost 1y old. Can a review be provided please ?

@dajudge
Copy link
Owner

dajudge commented Feb 10, 2025

@bobrossthepainter what's the state of this? does it make sense to have this merged in?

# echo "::set-output name=matrix::$matrix"

# MacOs Single Test
matrix=$( echo '{"version":["ApiServerContainer 1.30.0"],"os":["macos-12"]}' | jq -c '.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cmoulliard, thanks almost forgot this PR. I will provide an update here within the next week.

if: runner.os == 'macos'
run: |
brew install docker colima docker-buildx
colima start --network-address
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you use colima and not podman ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants