Skip to content

Build Mongoose OS firmware V2

Actions
Builds Mongoose OS firmware for a given target
v2.0.2
Latest
Star (3)

Mongoose OS docker action - V2

This action builds Mongoose OS firmware files using the mos tool and it's integrated build service.

Inputs

Name Description Required? Default
mos-yml-path path to mos.yml file no .
platform target platform for this build no esp8266
build-args further build arguments no -

Outputs

The compiled firmware can be found in ./build/fw.zip

Example usage

Build:

uses: yaourdt/mongoose-os-action@v2.0.2
with:
  mos-yml-path: .
  platform: esp8266
  build-args: --build-var MODEL=Shelly1

Do something with the result (e.g. upload as artifact):

uses: actions/upload-artifact@v2
with:
  name: my-firmware
  path: ./build/fw.zip

Acknowledgments

This is a fork of Mongoose OS docker action.

Build Mongoose OS firmware V2 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

Builds Mongoose OS firmware for a given target
v2.0.2
Latest

Build Mongoose OS firmware V2 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.