mirror of
https://github.com/PaiGramTeam/telegram-bot-api-build.git
synced 2024-11-24 17:19:19 +00:00
Disable ARM builds
This commit is contained in:
parent
6746b72e64
commit
8e81f493d1
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/386,linux/amd64
|
||||||
push: true
|
push: true
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5c2193c4dcf9ca6e2de91ada8d4fdb722cb38791
|
Subproject commit 90f52477814a2d8a08c9ffb1d780fd179815d715
|
Loading…
Reference in New Issue
Block a user