mirror of
https://github.com/lxsang/silk.git
synced 2024-11-13 00:38:23 +01:00
18 lines
402 B
YAML
18 lines
402 B
YAML
name: AntOS pipeline
|
|
run-name: Building AntOS binaries
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-amd64:
|
|
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
|
with:
|
|
platform: amd64
|
|
build-arm64:
|
|
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
|
with:
|
|
platform: arm64
|
|
|
|
build-arm:
|
|
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
|
with:
|
|
platform: arm |