Delete .gitea/workflows/autotools-x64-arm64-arm.yml
This commit is contained in:
parent
6a6fbcf43c
commit
cffe04c877
@ -1,17 +0,0 @@
|
|||||||
name: Building autotools projects for x64, aarch64 and arm
|
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-amd64:
|
|
||||||
uses: ./.gitea/workflows/autotools-cross.yml
|
|
||||||
with:
|
|
||||||
platform: amd64
|
|
||||||
build-arm64:
|
|
||||||
uses: ./.gitea/workflows/autotools-cross.yml
|
|
||||||
with:
|
|
||||||
platform: arm64
|
|
||||||
build-arm:
|
|
||||||
uses: ./.gitea/workflows/autotools-cross.yml
|
|
||||||
with:
|
|
||||||
platform: arm
|
|
Loading…
Reference in New Issue
Block a user