From 0674636243afb94553b60cf36a32188e5bf83971 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:01:01 -0400 Subject: add 18.04 for tegra-x1 github actions (#345) remove from ubuntu-latest as well --- .github/workflows/release.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0d947e1..79e0a556 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,10 +27,18 @@ jobs: strategy: fail-fast: false matrix: - platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3288, TEGRAX1, PHYTIUM, SD845] + os: [ubuntu-latest] + platform: [X64, OTHER_ARM, RISCV, RPI4ARM64, RK3326, RK3399, RK3288, PHYTIUM, SD845] type: [Release, Trace] + include: + - os: ubuntu-18.04 + platform: TEGRAX1 + type: Release + - os: ubuntu-18.04 + platform: TEGRAX1 + type: Trace - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - name: "Checkout Box64 Repository" uses: actions/checkout@v2 -- cgit 1.4.1