Delete .gitea/workflows/autotools-x64-arm64-arm.yml

This commit is contained in:
dany 2024-07-27 00:43:59 +02:00
parent 6a6fbcf43c
commit cffe04c877

View File

@ -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