From 49bff777ef9b1422d3c822b95e9aebaa8dfe8b9a Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 12 May 2024 17:34:35 -0400 Subject: [PATCH] re-enable others --- .github/workflows/devel.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 7bcc330..b7a45cc 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -11,21 +11,21 @@ jobs: - target: amd64 runs-on: buildjet-4vcpu-ubuntu-2204 type: iso - # - target: arm64 - # runs-on: buildjet-4vcpu-ubuntu-2204-arm - # type: iso - # - target: pine - # runs-on: buildjet-4vcpu-ubuntu-2204-arm - # type: tarball - # ref: pinephone - # - target: rpi - # runs-on: buildjet-4vcpu-ubuntu-2204-arm - # type: tarball - # ref: rpi - # - target: tab - # runs-on: buildjet-4vcpu-ubuntu-2204-arm - # type: tarball - # ref: pinetab + - target: arm64 + runs-on: buildjet-4vcpu-ubuntu-2204-arm + type: iso + - target: pine + runs-on: buildjet-4vcpu-ubuntu-2204-arm + type: tarball + ref: pinephone + - target: rpi + runs-on: buildjet-4vcpu-ubuntu-2204-arm + type: tarball + ref: rpi + - target: tab + runs-on: buildjet-4vcpu-ubuntu-2204-arm + type: tarball + ref: pinetab runs-on: ${{ matrix.runs-on }} container: image: "ubuntu:latest"