File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ default: docker-images layers
15
15
# Build Docker images *locally*
16
16
docker-images : docker-images-php-80 docker-images-php-81 docker-images-php-82
17
17
docker-images-php-% :
18
- PHP_VERSION=$* depot bake --load
18
+ PHP_VERSION=$* depot bake --build-platform= ${DOCKER_PLATFORM} -- load
19
19
20
20
21
21
# Build Lambda layers (zip files) *locally*
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ default: docker-images layers
15
15
# Build Docker images *locally*
16
16
docker-images : docker-images-php-80 docker-images-php-81 docker-images-php-82
17
17
docker-images-php-% :
18
- PHP_VERSION=$* depot bake --load
18
+ PHP_VERSION=$* depot bake --build-platform= ${DOCKER_PLATFORM} -- load
19
19
20
20
21
21
# Build Lambda layers (zip files) *locally*
You can’t perform that action at this time.
0 commit comments