Skip to content

Commit

Permalink
ci: hardcode target_amd64 for a while in the build-linux-kernel workf…
Browse files Browse the repository at this point in the history
…low to emulate previously used behavior

Signed-off-by: Misha Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Sep 25, 2024
1 parent 1e76bd5 commit c4ead66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vm-kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ jobs:
build-args: KERNEL_VERSION=${{ steps.get-kernel-version.outputs.VM_KERNEL_VERSION }}
context: neonvm/hack/kernel
platforms: linux/amd64
# neonvm/hack/kernel/Dockerfile.kernel-builder has different targets for different architectures
# so we need to specify the target explicitly
target: kernel_amd64
# Push kernel image only for scheduled builds or if workflow_dispatch/workflow_call input is true
push: true
pull: true
Expand Down

0 comments on commit c4ead66

Please sign in to comment.