mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-08 06:28:25 +01:00
19 lines
340 B
YAML
19 lines
340 B
YAML
name: AntOS pipeline
|
|
run-name: Building AntOS binaries
|
|
on: [push]
|
|
|
|
jobs:
|
|
build-amd64:
|
|
uses: ./.gitea/workflows/build-bin.yml
|
|
with:
|
|
platform: amd64
|
|
build-arm64:
|
|
uses: ./.gitea/workflows/build-bin.yml
|
|
with:
|
|
platform: arm64
|
|
|
|
build-arm:
|
|
uses: ./.gitea/workflows/build-bin.yml
|
|
with:
|
|
platform: arm
|