File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments