Skip to content

🚀 Deploy

🚀 Deploy #12

Workflow file for this run

name: 🚀 Deploy
on:
workflow_dispatch:
jobs:
cortex-m0:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m0
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit
cortex-m0plus:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m0plus
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit
cortex-m1:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m1
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit
cortex-m3:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m3
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit
cortex-m4:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m4
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit
cortex-m4f:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m4f
version: ${{ github.ref_name }}
os: baremetal
compiler: gcc
compiler_version: 12.3
compiler_package: arm-gnu-toolchain
secrets: inherit