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

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,
},
}