Skip to content

Commit

Permalink
drop redundant id
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 6, 2024
1 parent 073c343 commit 087780c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,21 @@ jobs:
- target: amd64
runs-on: buildjet-4vcpu-ubuntu-2204
type: iso
id: build_amd64
- target: arm64
runs-on: buildjet-4vcpu-ubuntu-2204-arm
type: iso
id: build_arm64
- target: pine
runs-on: buildjet-4vcpu-ubuntu-2204-arm
type: tarball
ref: pinephone
id: build_pine_tarball
- target: rpi
runs-on: buildjet-4vcpu-ubuntu-2204-arm
type: tarball
ref: rpi
id: build_rpi_tarball
- target: tab
runs-on: buildjet-4vcpu-ubuntu-2204-arm
type: tarball
ref: pinetab
id: build_tab_tarball
runs-on: ${{ matrix.runs-on }}
container:
image: "ubuntu:latest"
Expand Down

0 comments on commit 087780c

Please sign in to comment.