Skip to content

Clarify that the key must be set on the remarkable #2

Clarify that the key must be set on the remarkable

Clarify that the key must be set on the remarkable #2

Workflow file for this run

# on:
# release:
# types: [created]
on: [push]
name: ARMv7 build
jobs:
linux_arm7:
name: Linux ARMv7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: armv7-unknown-linux-gnueabihf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-gnueabihf