Skip to content

Commit

Permalink
try workflow build in container
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Aug 7, 2024
1 parent 790a32a commit 6115fa4
Showing 1 changed file with 3 additions and 39 deletions.
42 changes: 3 additions & 39 deletions .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,10 @@ on:
jobs:
build-remix-sunxi:
runs-on: ["self-hosted"]
container:
image: ghcr.io/pantacor/kas/kas:next-v1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas
with:
target: "pantavisor-remix"
config-dir: ".github/configs/sunxi"
build-bsp-sunxi:
runs-on: ["self-hosted"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas
with:
target: "pantavisor-bsp"
config-dir: ".github/configs/sunxi"
build-remix-nxp:
runs-on: ["self-hosted"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas
with:
target: "pantavisor-remix"
config-dir: ".github/configs/nxp"
build-bsp-nxp:
runs-on: ["self-hosted"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Kas
uses: ./.github/actions/kas-build
id: build-kas
with:
target: "pantavisor-bsp"
config-dir: ".github/configs/nxp"

run: kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml

0 comments on commit 6115fa4

Please sign in to comment.