mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-06 05:08:19 +00:00
Remove Docker BuildX Action.
Its too slow
This commit is contained in:
parent
ae26313469
commit
5e94ec5d27
1 changed files with 0 additions and 31 deletions
31
.github/workflows/buildimage.yml
vendored
31
.github/workflows/buildimage.yml
vendored
|
@ -1,31 +0,0 @@
|
||||||
name: buildx
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: mqtt
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
buildx:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Checkout
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
ref: mqtt
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
id: buildx
|
|
||||||
uses: crazy-max/ghaction-docker-buildx@v1
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
-
|
|
||||||
name: Available platforms
|
|
||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
|
||||||
-
|
|
||||||
name: Run Buildx
|
|
||||||
run: |
|
|
||||||
docker buildx build \
|
|
||||||
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
|
||||||
--output "type=image,push=false" \
|
|
||||||
--file ./Docker/Dockerfile .
|
|
Loading…
Add table
Add a link
Reference in a new issue