mirror of
https://github.com/lxsang/silk.git
synced 2024-11-14 17:28:22 +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 |