Skip to content

Commit

Permalink
ci: compile for the arm on the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 12, 2024
1 parent e804366 commit 97bc8ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .woodpecker/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
pipeline:
steps:
build:
image: archlinux:base-devel
commands: |
Expand All @@ -20,3 +20,9 @@ pipeline:
rustup component add clippy
make LLVM=1 olddefconfig
make LLVM=1 -j$(nproc)
build:
image: archlinux:base-devel
commands: |
pacman -Syu xmlto kmod inetutils bc libelf git cpio perl tar xz base-devel aarch64-linux-gnu-gcc --noconfirm
make -j$(nproc) ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- olddefconfig
make -j$(nproc) ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- all

0 comments on commit 97bc8ba

Please sign in to comment.