Skip to content

Conversation

@mk-mxp
Copy link
Contributor

@mk-mxp mk-mxp commented Nov 26, 2025

As requested in this forum thread, the proposed GitHub workflow for multi-architecture builds to try it out in a track in production.

@ErikSchierboom Please merge this to have the new image going into production.

@mk-mxp mk-mxp self-assigned this Nov 26, 2025
build-and-push-image:
if: github.repository_owner == 'exercism' # Stops this job from running on forks.
uses: exercism/github-actions/.github/workflows/docker-build-push-image.yml@main
# uses: exercism/github-actions/.github/workflows/docker-build-push-image.yml@main

Choose a reason for hiding this comment

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

Instead of adding new workflow file, maybe it’s possible just to specify test branch here in replace to @main?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The test branch is not part of exercism/github-actions, but of your repository. I don't know if that could possibly work?

Choose a reason for hiding this comment

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

Never mind, yeah, it’s in my fork. Not safe at all.

@mk-mxp mk-mxp merged commit ca0f789 into exercism:main Nov 26, 2025
4 checks passed
@mk-mxp mk-mxp deleted the test-build-workflow branch November 26, 2025 15:14
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