Skip to content

[Bug]: Banana Pi M5 Jammy build fails with binfmts #8194

Closed
@PurpleMyst

Description

@PurpleMyst

What happened?

While trying to build an Ubuntu Server 22.04 LTS image for my Banana Pi M5, I get an error related to binfmts, saying that they cannot be updated.

How to reproduce?

Reproduction happens with the following build.yml workflow file, which is almost verbatim included in the repository's README.md. (NB: using ubuntu-latest does not work either)

name: "Build Armbian"
on:
  workflow_dispatch:
jobs:
  build-armbian:
    runs-on: ubuntu-22.04
    steps:
      - uses: armbian/build@main
        with:
          armbian_token:     "${{ secrets.GITHUB_TOKEN }}"  # GitHub token
          armbian_release:   "jammy"                        # userspace
          armbian_target:    "build"                        # build=image, kernel=kernel
          armbian_board:     "bananapim5"                   # build target

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 22.04 Jammy

Are you building on Windows WSL2?

  • Yes, my Ubuntu/Debian/OtherOS is running on WSL2

Relevant log URL

https://paste.armbian.com/puxadepefa

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working as it shouldGood first issueFeel free to contribute :)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions