CrazyMax
CrazyMax
Rebased and revert changes to `get_target_arch`.
@ndeloof I don't have perms for transfer but it's BuildKit related.
We have published a new documentation to distribute build across runners: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners Ofc best is to use native nodes to avoid using emulation. This can be done when configuring your...
> ooo `docker buildx imagetools create` looks much more capable than `docker manifest create` , thanks for the update! Yes and also with [this workflow](https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners) it pushes by digest and...
> Is it possible to use caching (`cache-from`) with this strategy? @neilime Sure with something like: ```yaml jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: platform: - linux/amd64 - linux/arm/v6...
I'm fine to have an input to disable builder removal.
Wonder if in complement of #3624 we could also enable the Merge Queue feature https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/
I took a look in the past to migrate away from `gogo/protobuf` but any alternative might break the contract unfortunately. ## Links - [https://go.dev/blog/protobuf-apiv2](https://go.dev/blog/protobuf-apiv2) - https://github.com/TheThingsNetwork/lorawan-stack/issues/2798 - https://github.com/firecracker-microvm/firecracker-containerd/issues/452 - [https://jbrandhorst.com/post/gogoproto/](https://jbrandhorst.com/post/gogoproto/)...
> https://github.com/CrowdStrike/csproto/blob/main/docs/migration_guide.md says "csproto is designed to, as mush as possible, be a drop-in replacement" Unfortunately, if you are currently using the more advanced code generation enabled by `protoc-gen-gogofast`, `protoc-gen-gogofaster`,...
@thaJeztah This one can be closed I think, see https://github.com/moby/buildkit/commit/b827bcbf3af0316153ecd0ff5689a7e9e94b0509