buildx: alternative release repos to download buildx

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-07-31 16:28:54 +02:00
parent c674e727ec
commit 0f8ae202d6
3 changed files with 101 additions and 26 deletions

View File

@@ -19,3 +19,10 @@ export interface Cert {
cert?: string;
key?: string;
}
export interface DownloadVersion {
key: string;
version: string;
downloadURL: string;
releasesURL: string;
}