mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-09 23:18:25 +01:00
Update ci.yml
This commit is contained in:
parent
81d65cf14b
commit
b39310b35e
@ -3,14 +3,16 @@ run-name: Building AntOS binaries
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-all-binaries:
|
||||
steps:
|
||||
- uses: ./.gitea/workflows/build-bin.yml
|
||||
with:
|
||||
platform: amd64
|
||||
- uses: ./.gitea/workflows/build-bin.yml
|
||||
with:
|
||||
platform: arm64
|
||||
- uses: ./.gitea/workflows/build-bin.yml
|
||||
with:
|
||||
platform: arm
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user