1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-06-29 00:36:41 +02:00

WIP - always download precompiled binaries first

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.

Signed-off-by: Nick Santos <nick.santos@docker.com>
This commit is contained in:
Nick Santos 2023-07-05 09:54:50 -04:00
parent 16c0bc4a6e
commit f915b50e4f
3 changed files with 22 additions and 9 deletions

4
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long