Skip to content

Commit

Permalink
Update devel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 6, 2024
1 parent bd5a448 commit 8354595
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8354595

Please sign in to comment.