mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-03-15 19:41:24 +00:00
don't bother with ArmV6
This commit is contained in:
parent
afbc7664e8
commit
ae26313469
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildimage.yml
vendored
2
.github/workflows/buildimage.yml
vendored
|
@ -26,6 +26,6 @@ jobs:
|
|||
name: Run Buildx
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||
--output "type=image,push=false" \
|
||||
--file ./Docker/Dockerfile .
|
||||
|
|
Loading…
Add table
Reference in a new issue