1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-05-11 00:49:30 +02:00

Merge remote-tracking branch 'upstream/master' into add-context-input

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-09-08 11:31:08 +02:00
commit 48948ec5e2
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 62 additions and 12 deletions

View file

@ -2,6 +2,7 @@ import * as os from 'os';
import * as core from '@actions/core';
export const osPlat: string = os.platform();
export const osArch: string = os.arch();
export interface Inputs {
version: string;