sforkowany z mirror/composer-and-node-ci
Remove Arm7 as it is too slow to build and I'm not using on a Rasp PI
rodzic
d425306089
commit
15a210d14a
|
@ -50,7 +50,8 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
|
# platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
cache-from: ${{ env.TAGGED_IMAGE }}
|
cache-from: ${{ env.TAGGED_IMAGE }}
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
build-args: ${{ matrix.buildArgs }}
|
build-args: ${{ matrix.buildArgs }}
|
||||||
|
|
Ładowanie…
Reference in New Issue