Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! feat!: use rugpi repositories and layers feature
  • Loading branch information
reubenmiller committed Jan 13, 2024
1 parent 46766b5 commit e033750
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,27 @@ You will need [go-c8y-cli](https://goc8ycli.netlify.app/) and [gh](https://cli.g
This script will create firmware items (name and version) in Cumulocity IoT. The firmware versions will be just links to the external artifacts which are available from the Github Release artifacts.

3. Now you can select the firmware in Cumulocity IoT to deploy to your devices (assuming you have flashed the base image to the device first ;)!

## Add SSH and/or wifi to Github workflow

You can customize the images built by the Github workflow by creating a secret within Github.

1. Create a repository secret with the following settings

**Name**

```sh
IMAGE_CONFIG
```

**Value**

```sh
SECRETS_WIFI_SSID="mywifi"
SECRETS_WIFI_PASSWORD="somepassword"
SSH_KEYS_bootstrap="ssh-rsa xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx bootstrap"
```

Remove any lines which are not applicable to your build.

2. Build the workflow from Github using the UI (or creating a new git tag)

0 comments on commit e033750

Please sign in to comment.