Skip to content

Commit 3d8c154

Browse files
authored
Update build.yml
1 parent 4ae8855 commit 3d8c154

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: CI
55
# Controls when the action will run.
66
on:
77
# 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 ]
1010
# pull_request:
1111
# branches: [ master ]
1212

@@ -33,7 +33,8 @@ jobs:
3333
sudo apt update
3434
sudo apt build-dep linux
3535
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
3738
- name: Upload artifacts
3839
uses: actions/[email protected]
3940
with:

0 commit comments

Comments
 (0)