e2e: Enable buildx in more images (#1530)

This commit is contained in:
Yusuke Kuoka 2022-06-14 17:29:30 +09:00 committed by GitHub
parent bd91b73fd9
commit 9974b1a2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,8 @@ var (
Value: "2.291.1",
},
},
Image: runnerImage,
Image: runnerImage,
EnableBuildX: true,
},
{
Dockerfile: "../../runner/actions-runner-dind.dockerfile",
@ -54,7 +55,8 @@ var (
Value: "2.291.1",
},
},
Image: runnerDindImage,
Image: runnerDindImage,
EnableBuildX: true,
},
}