Skip to content

Commit

Permalink
Add aarch64 build targets
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Mar 18, 2024
1 parent 054b1fb commit 7d13c3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ghaf-build-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ pipeline {
}
}
}
stage('Build on aarch64') {
steps {
dir('ghaf') {
sh 'nix build -L .#packages.aarch64-linux.nvidia-jetson-orin-agx-debug -o result-aarch64-jetson-orin-agx-debug'
sh 'nix build -L .#packages.aarch64-linux.nvidia-jetson-orin-nx-debug -o result-aarch64-jetson-orin-nx-debug'
sh 'nix build -L .#packages.aarch64-linux.imx8qm-mek-debug -o result-aarch64-imx8qm-mek-debug'
sh 'nix build -L .#packages.aarch64-linux.doc -o result-aarch64-doc'
}
}
}
}
}
}
Expand Down

0 comments on commit 7d13c3a

Please sign in to comment.