buildx: build for local platform#135
Merged
crazy-max merged 1 commit intodocker:mainfrom Jul 12, 2023
Merged
Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Mogyuchi
referenced
this pull request
in 4m-mazi/gh-test
Jul 13, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v2.8.0` -> `v2.9.1` | --- ### Release Notes <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v2.9.1`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.9.1) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.7.0 to 0.7.1 in [https://github.com/docker/setup-buildx-action/pull/248](https://togithub.com/docker/setup-buildx-action/pull/248) - Fixes an issue where building Buildx does not match the local platform ([https://github.com/docker/actions-toolkit/pull/135](https://togithub.com/docker/actions-toolkit/pull/135)) **Full Changelog**: docker/setup-buildx-action@v2.9.0...v2.9.1 ### [`v2.9.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.9.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.6.0 to 0.7.0 in [https://github.com/docker/setup-buildx-action/pull/246](https://togithub.com/docker/setup-buildx-action/pull/246) - Adds support to cache Buildx binary to hosted tool cache and GHA cache backend **Full Changelog**: docker/setup-buildx-action@v2.8.0...v2.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Mogyuchi/gh-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When building buildx on macOS runner when Docker engine is installed it will build against
linux/amd64instead ofdarwin/amd64. We should always match the local platform.cc @maxcleme