File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Controls when the action will run.
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the master branch
8
- # push:
9
- # branches: [ master ]
8
+ push :
9
+ branches : [ master ]
10
10
# pull_request:
11
11
# branches: [ master ]
12
12
33
33
sudo apt update
34
34
sudo apt build-dep linux
35
35
sudo apt install libarchive-tools curl wget f2fs-tools cgpt vboot-utils libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf qemu-user-static gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
36
- sudo ./release
36
+ env RELEASE=arm64-chromebook ./build-all ./cadmium-arm64-chromebook.img 8G
37
+ env RELEASE=arm64-efi ./build-all ./cadmium-arm64-efi.img 8G
37
38
- name : Upload artifacts
38
39
39
40
with :
You can’t perform that action at this time.
0 commit comments