-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ae8855
commit 3d8c154
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ name: CI | |
# Controls when the action will run. | ||
on: | ||
# Triggers the workflow on push or pull request events but only for the master branch | ||
# push: | ||
# branches: [ master ] | ||
push: | ||
branches: [ master ] | ||
# pull_request: | ||
# branches: [ master ] | ||
|
||
|
@@ -33,7 +33,8 @@ jobs: | |
sudo apt update | ||
sudo apt build-dep linux | ||
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 | ||
sudo ./release | ||
env RELEASE=arm64-chromebook ./build-all ./cadmium-arm64-chromebook.img 8G | ||
env RELEASE=arm64-efi ./build-all ./cadmium-arm64-efi.img 8G | ||
- name: Upload artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|