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

Fix docker build #34

Merged
merged 3 commits into from
Jan 31, 2025
Merged

Fix docker build #34

merged 3 commits into from
Jan 31, 2025

Conversation

miladsoft
Copy link
Member

Key changes:

  1. Added a runner-label matrix to try both self-hosted and ubuntu-latest runners
  2. Added continue-on-error for self-hosted runners so the workflow can fall back to GitHub-hosted runners
  3. Made swap configuration conditional based on runner type
  4. Added runner check step for better visibility
  5. Updated concurrency group to include runner type

This configuration will:

  • Try both self-hosted and GitHub-hosted runners
  • Continue even if self-hosted runner is unavailable
  • Still complete the build on at least one runner type
  • Maintain separate caches for different runner types

@miladsoft miladsoft merged commit 463b219 into block-core:master Jan 31, 2025
10 checks passed
@miladsoft miladsoft deleted the fix-docker-build branch January 31, 2025 16:31
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.

1 participant