Skip to content

module: Fix x86 build#67

Merged
flowzone-app[bot] merged 1 commit intomasterfrom
fix_x86_build
Jan 27, 2026
Merged

module: Fix x86 build#67
flowzone-app[bot] merged 1 commit intomasterfrom
fix_x86_build

Conversation

@acostach
Copy link
Copy Markdown
Contributor

We've recently switched from a Ubuntu base image to an Alpine one. While that fixed the build for RaspberryPi and caused no regression for aarch64, it makes the build fail on x86 with:

./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory

We now install the linux-headers package to fix the above build failure.

Change-type: patch

Tested with local push on:

  • raspberry-pi
  • genericx86-64-ext
  • generic-amd64
  • Jetson Orin Nano

We've recently switched from a Ubuntu base image to an Alpine
one. While that fixed the build for RaspberryPi and caused no regression
for aarch64, it makes the build fail on x86 with:

    ./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory

We now install the linux-headers package to fix the above build failure.

Change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
@acostach acostach requested a review from a team January 27, 2026 13:48
@flowzone-app flowzone-app bot enabled auto-merge January 27, 2026 13:50
@flowzone-app flowzone-app bot merged commit 0df8621 into master Jan 27, 2026
49 checks passed
@flowzone-app flowzone-app bot deleted the fix_x86_build branch January 27, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants