Skip to content

build(deps): bump actions/checkout from 6 to 7 #126

build(deps): bump actions/checkout from 6 to 7

build(deps): bump actions/checkout from 6 to 7 #126

Workflow file for this run

name: Test Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: ${{ matrix.arch }} (gluon ${{ matrix.gluon.ref }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch:
- mips_24kc
- mipsel_24kc
- powerpc_8548
- x86_64
gluon:
- ref: v2025.1.x
openwrt: "24.10.5"
- ref: main
openwrt: "24.10.5"
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7
with:
repository: freifunk-gluon/gluon
path: gluon
ref: ${{ matrix.gluon.ref }}
- name: Move gluon packages
run: mv gluon/package .
- name: Remove Gluon
run: rm -rf gluon
- name: Build
uses: openwrt/gh-action-sdk@v11
env:
ARCH: ${{ matrix.arch }}-${{ matrix.gluon.openwrt }}
FEEDNAME: packages_ci
PACKAGES: "node-whisperer"
KEY_BUILD: "RWRCSwAAAADDDX5uZK8x5UDT1RoVpOmbik/2kEoWm9q08QB6E0im50hNLwPpOfKCFURVvNR0iDGePQm5pnrZKX3OYyfsbv9G6eGsrlozbXFnGJXI3Szjb/Th7Uhd7mLSIh0wLyjIYEI="
V: s
- name: Store packages
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.arch }}-gluon-${{ matrix.gluon.ref }}-packages
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk