Skip to content

Commit e8643f7

Browse files
committed
fix: ecr
1 parent 46c5a96 commit e8643f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

container-uploader/app.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ const buildDockerImage = async (
3939
const platform = architecture === "x86_64" ? "linux/amd64" : "linux/arm64";
4040
const tag = `${accountId}.dkr.ecr.${region}.amazonaws.com/lambda-perf:${runtime.path}-${architecture}`;
4141
const cmdLine = `
42-
docker buildx build . \
42+
DOCKER_BUILDKIT=0 docker build . \
4343
-f Dockerfile.sample \
4444
--platform ${platform} \
45-
--load \
4645
-t ${tag} \
4746
--build-arg baseImage='${runtime.image.baseImage}' \
4847
--build-arg handlerCode='${runtime.path}' \

0 commit comments

Comments
 (0)