From 8354595bc504ba6d3a5d9a31a8d0425929f6ce6b Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 5 May 2024 23:54:56 -0400 Subject: [PATCH] Update devel.yml --- .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 b7a45cc..7bcc330 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"