Skip to content

Commit c0309d0

Browse files
committed
chore: Update build workflow to specify platforms for Docker image
1 parent 93d57e3 commit c0309d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-8.5-laravel-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
uses: docker/build-push-action@v5
2929
with:
3030
context: 8.5-laravel-dev
31-
platforms: linux/amd64,linux/arm64
31+
platforms: linux/amd64
3232
push: true
3333
tags: tediscript/apache-php:8.5-laravel-dev
34+
provenance: false
3435
cache-from: type=registry,ref=tediscript/apache-php:8.5-laravel-dev-buildcache
3536
cache-to: type=registry,ref=tediscript/apache-php:8.5-laravel-dev-buildcache,mode=max
3637

0 commit comments

Comments
 (0)