mirror of
https://github.com/antos-rde/antos.git
synced 2024-12-27 22:18:22 +01:00
Update ci.yml
This commit is contained in:
parent
3c9f2c399c
commit
81c27cf833
@ -3,33 +3,15 @@ run-name: Building AntOS binaries
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-AMD64:
|
build-all-binaries:
|
||||||
runs-on: ci-tools
|
runs-on: ci-tools
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- uses: ./.gitea/workflow/build-bin.yml
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build AntOS for AMD64 platform
|
|
||||||
uses: ./.gitea/workflow/build-bin.yml
|
|
||||||
with:
|
with:
|
||||||
platform: amd64
|
platform: amd64
|
||||||
- run: echo "Build is ${{ job.status }}."
|
- uses: ./.gitea/workflow/build-bin.yml
|
||||||
build-ARM64:
|
|
||||||
runs-on: ci-tools
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build AntOS for ARM64 platform
|
|
||||||
uses: ./.gitea/workflow/build-bin.yml
|
|
||||||
with:
|
with:
|
||||||
platform: arm64
|
platform: arm64
|
||||||
- run: echo "Build is ${{ job.status }}."
|
- uses: ./.gitea/workflow/build-bin.yml
|
||||||
build-ARM:
|
|
||||||
runs-on: ci-tools
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build AntOS for arm platform
|
|
||||||
uses: ./.gitea/workflow/build-bin.yml
|
|
||||||
with:
|
with:
|
||||||
platform: arm64
|
platform: arm
|
||||||
- run: echo "Build is ${{ job.status }}."
|
|
||||||
|
Loading…
Reference in New Issue
Block a user