mirror of
https://github.com/lxsang/antd-fcgi-plugin.git
synced 2024-11-14 09:28:25 +01:00
17 lines
432 B
YAML
17 lines
432 B
YAML
|
name: Autotools pipeline
|
||
|
run-name: Building multi-platform autotools project
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
build-amd64:
|
||
|
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||
|
with:
|
||
|
platform: amd64
|
||
|
build-arm64:
|
||
|
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||
|
with:
|
||
|
platform: arm64
|
||
|
build-arm:
|
||
|
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||
|
with:
|
||
|
platform: arm
|