Skip to content

Commit e874597

Browse files
committed
build also aarch64 kernel
1 parent aa32705 commit e874597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ jobs:
7373
- name: Build httpd without DHCP support
7474
run:
7575
cargo build --package httpd
76+
- name: Build aarch64 debug profile
77+
run:
78+
cargo build -p hello_world --target aarch64-unknown-hermit
79+
- name: Build aarch64 release profile
80+
cargo build -p hello_world --target aarch64-unknown-hermit --release

0 commit comments

Comments
 (0)