Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

OpenWrt ImageBuilder

Actions
Build OpenWrt custom images using ImageBuilder - https://openwrt.org/docs/guide-user/additional-software/imagebuilder
v2
Star (10)

Tags

 (1)

openwrt-imagebuilder-action

Build and OpenWrt firmware image using Imagebuilder.

Usage

See action.yml

Parameters

  • profile: bcm27xx-bcm2711
  • openwrt-version: 22.03.2
  • packages: -ppp
  • files: test/files
  • disabled-services: dhcp

Outputs

  • ./bin/*
    • e.g. ./bin/squashfs-factory.img.gz

An example workflow creating a very basic (packages removed; custom files added) image and then running with Qemu

Build a firmware image without ppp package

steps:
- uses: izer-xyz/openwrt-imagebuilder-action@v1
  with:
    profile: bcm27xx-bcm2711
    openwrt-version: 22.03.2
    packages: -ppp 

Add custom files

steps:
- uses: izer-xyz/openwrt-imagebuilder-action@v1
  with:
    profile: bcm27xx-bcm2711
    openwrt-version: 22.03.2
    files: test/files

FAQ

How to find profile and openwrt-version

The Docker Hub Imagebuilder tags are formatted ${profile}-${openwrt-version}. E.g.

Additional Documentation

License

The scripts and documentation in this project are released under the MIT License.

OpenWrt ImageBuilder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build OpenWrt custom images using ImageBuilder - https://openwrt.org/docs/guide-user/additional-software/imagebuilder
v2

Tags

 (1)

OpenWrt ImageBuilder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.