Skip to content

Commit a5d9be7

Browse files
feat(suites): add ubuntu questing suite
1 parent 65fa3ce commit a5d9be7

File tree

3 files changed

+37
-137
lines changed

3 files changed

+37
-137
lines changed

.github/scripts/build-jammy.sh

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/build-udroid.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
name: build-udroid
22
on:
3-
push:
4-
paths:
5-
- "**.sh"
6-
- "**.yml"
7-
workflow_dispatch: { }
3+
push:
4+
paths:
5+
- "**.sh"
6+
- "**.yml"
7+
workflow_dispatch: {}
88

99
jobs:
10-
BuidJammyRaw:
11-
name: build Jammy
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: checkout repo
15-
uses: actions/checkout@v3
16-
with:
17-
submodules: recursive
10+
BuidJammyRaw:
11+
name: build Jammy
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: checkout repo
15+
uses: actions/checkout@v3
16+
with:
17+
submodules: recursive
1818

19-
- name: Docker Setup QEMU
20-
uses: docker/setup-qemu-action@v2
19+
- name: Docker Setup QEMU
20+
uses: docker/setup-qemu-action@v2
2121

22-
- name: Satify Dependencies
23-
run: |
24-
sudo apt-get update
25-
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
22+
- name: Satify Dependencies
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
2626
27-
- name: Trigger fs-cook
28-
run: sudo bash .github/scripts/build-jammy.sh
27+
- name: Trigger fs-cook
28+
run: sudo bash .github/scripts/build-latest.sh
2929

30-
- name: save arm64 builds
31-
uses: actions/upload-artifact@v2
32-
with:
33-
name: jammy-raw-arm64
34-
path: jammy-arm64
30+
- name: save arm64 builds
31+
uses: actions/upload-artifact@v2
32+
with:
33+
name: jammy-raw-arm64
34+
path: jammy-arm64
3535

36-
- name: save armhf builds
37-
uses: actions/upload-artifact@v2
38-
with:
39-
name: jammy-raw-armhf
40-
path: jammy-armhf
36+
- name: save armhf builds
37+
uses: actions/upload-artifact@v2
38+
with:
39+
name: jammy-raw-armhf
40+
path: jammy-armhf
4141

42-
- name: save amd64 builds
43-
uses: actions/upload-artifact@v2
44-
with:
45-
name: jammy-raw-amd64
46-
path: jammy-amd64
42+
- name: save amd64 builds
43+
uses: actions/upload-artifact@v2
44+
with:
45+
name: jammy-raw-amd64
46+
path: jammy-amd64
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gutsy

0 commit comments

Comments
 (0)