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: master docker builds fail because of multi-platform builds can't --load #31493

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Dec 17, 2024

Fixing an issue in master related to the fact that we do multi-platform build on master and
not on PRs (PR succeeded, but failed on master since the --load directive doesn't work against multi-platform
here removing load and doing a docker pull)

NOTE: manually tested against multi-platform builds too so this should fix master too

… --load

Fixing an issue in `master` related to the fact that we do multi-platform build on master and
not on PRs (PR succeeded, but failed on master since the --load directive doesn't work against multi-platform
here removing load and doing a `docker pull`)
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Dec 17, 2024
@mistercrunch mistercrunch merged commit a5e36c9 into master Dec 17, 2024
60 checks passed
@mistercrunch mistercrunch deleted the fix_master_gha branch December 17, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code preset-io size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants