Skip to content

Conversation

@limakzi
Copy link
Member

@limakzi limakzi commented Apr 16, 2025

No description provided.

@limakzi limakzi added enhancement New feature or request docker Pull requests that update Docker code labels Apr 16, 2025
@limakzi limakzi requested a review from Copilot April 16, 2025 01:18
@limakzi limakzi self-assigned this Apr 16, 2025
@limakzi limakzi linked an issue Apr 16, 2025 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces separate build steps for different build configurations by replacing the older docker-image-build job with three dedicated jobs: build-bare, build-slim, and build-full.

  • Introduces environment variables for gap-versions and operating systems.
  • Refactors the job matrix to run builds for bare, slim, and full configurations.
  • Updates workflow dispatch usage for the new build jobs.
Comments suppressed due to low confidence (3)

.github/workflows/main.yaml:44

  • The file name 'worflow-dispatch-build.yaml' appears to have a typo; consider renaming it to 'workflow-dispatch-build.yaml' for clarity.
uses: ./.github/workflows/worflow-dispatch-build.yaml

.github/workflows/main.yaml:58

  • The file name 'worflow-dispatch-build.yaml' appears to have a typo; consider renaming it to 'workflow-dispatch-build.yaml' for consistency.
uses: ./.github/workflows/worflow-dispatch-build.yaml

.github/workflows/main.yaml:58

  • The file name 'worflow-dispatch-build.yaml' appears to have a typo; consider renaming it to 'workflow-dispatch-build.yaml' to avoid confusion.
uses: ./.github/workflows/worflow-dispatch-build.yaml

@limakzi limakzi changed the title feat: Add build-steps feat: Add forwarding build-steps Apr 19, 2025
@limakzi limakzi merged commit 5363fc4 into main Apr 19, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding segmental build functionality.

1 participant