mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-03-05 07:02:03 +08:00
switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
import {Util} from '@docker/actions-toolkit/lib/util';
|
||||
import {Util} from '@docker/actions-toolkit/lib/util.js';
|
||||
|
||||
export interface Inputs {
|
||||
image: string;
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
import * as context from './context';
|
||||
import * as core from '@actions/core';
|
||||
import * as actionsToolkit from '@docker/actions-toolkit';
|
||||
|
||||
import {Docker} from '@docker/actions-toolkit/lib/docker/docker';
|
||||
import {Docker} from '@docker/actions-toolkit/lib/docker/docker.js';
|
||||
|
||||
import * as context from './context.js';
|
||||
|
||||
interface Platforms {
|
||||
supported: string[];
|
||||
|
||||
Reference in New Issue
Block a user