Skip to content

Commit b8bb462

Browse files
author
crashdev226
committed
Try forcing the Depot platform to hopefully fix the CI
depot/cli#56
1 parent 63a1599 commit b8bb462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpu-arm.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default: docker-images layers
1515
# Build Docker images *locally*
1616
docker-images: docker-images-php-80 docker-images-php-81 docker-images-php-82
1717
docker-images-php-%:
18-
PHP_VERSION=$* depot bake --load
18+
PHP_VERSION=$* depot bake --build-platform=${DOCKER_PLATFORM} --load
1919

2020

2121
# Build Lambda layers (zip files) *locally*

cpu-x86.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default: docker-images layers
1515
# Build Docker images *locally*
1616
docker-images: docker-images-php-80 docker-images-php-81 docker-images-php-82
1717
docker-images-php-%:
18-
PHP_VERSION=$* depot bake --load
18+
PHP_VERSION=$* depot bake --build-platform=${DOCKER_PLATFORM} --load
1919

2020

2121
# Build Lambda layers (zip files) *locally*

0 commit comments

Comments
 (0)