docker / setup-buildx-action

GitHub Action to set up Docker Buildx
https://github.com/marketplace/actions/docker-setup-buildx
Apache License 2.0
906 stars 142 forks source link

WIP - DO NOT MERGE - always download precompiled binaries first #244

Closed nicks closed 12 months ago

nicks commented 1 year ago

before this change, we would try to determine ahead of time if we should build from source.

after this change, we try to download precompiled binaries first, and only fall back to a source build if that fails.

building from source can take up to 2 minutes, so is probably too slow for most users.

nicks commented 1 year ago

FYI -- the compiled js in this PR contains code vendored from https://github.com/docker/actions-toolkit/pull/127, so we need to downstream that pr before merging this one.

crazy-max commented 12 months ago

closing this one for now since https://github.com/docker/actions-toolkit/pull/127 has been closed