Skip to content

Commit 590fba3

Browse files
committed
Remove kinetic building
1 parent 138606b commit 590fba3

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/build-udroid.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -42,36 +42,3 @@ jobs:
4242
with:
4343
name: jammy-raw-amd64
4444
path: jammy-amd64
45-
BuildKineticRaw:
46-
name: build Kinetc (22.10)
47-
runs-on: ubuntu-latest
48-
steps:
49-
- name: checkout repository
50-
uses: actions/checkout@v3
51-
52-
- name: Docker Setup QEMU
53-
uses: docker/setup-qemu-action@v2
54-
55-
- name: Satify Dependencies
56-
run: sudo apt-get update; sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
57-
58-
- name: Trigger fs-cook
59-
run: sudo bash .github/scripts/build-kinetic.sh
60-
61-
- name: save arm64 builds
62-
uses: actions/upload-artifact@v2
63-
with:
64-
name: kinetic-raw-arm64
65-
path: kinetic-arm64
66-
67-
- name: save armhf builds
68-
uses: actions/upload-artifact@v2
69-
with:
70-
name: kinetic-raw-armhf
71-
path: kinetic-armhf
72-
73-
- name: save amd64 builds
74-
uses: actions/upload-artifact@v2
75-
with:
76-
name: kinetic-raw-amd64
77-
path: kinetic-amd64

0 commit comments

Comments
 (0)