Add .gitea/workflows/autotools-x64-arm64-arm.yml
This commit is contained in:
parent
7b6cf3e368
commit
670d418a27
17
.gitea/workflows/autotools-x64-arm64-arm.yml
Normal file
17
.gitea/workflows/autotools-x64-arm64-arm.yml
Normal file
@ -0,0 +1,17 @@
|
||||
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