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

@ -45,6 +45,7 @@ var (
},
},
Image: runnerImage,
EnableBuildX: true,
},
{
Dockerfile: "../../runner/actions-runner-dind.dockerfile",
@ -55,6 +56,7 @@ var (
},
},
Image: runnerDindImage,
EnableBuildX: true,
},
}