-
Notifications
You must be signed in to change notification settings - Fork 1
39 lines (35 loc) · 1.04 KB
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.arch }}-${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- aarch64_cortex-a53
- arm_cortex-a7_neon-vfpv4
- mips_24kc
- mipsel_24kc
- x86_64
version:
- openwrt-22.03
- openwrt-23.05
- main
steps:
- uses: actions/checkout@v4
- name: Build
uses: blocktrron/gh-action-sdk@skip-kmods
env:
ARCH: ${{ matrix.arch }}-${{ matrix.version }}
KEY_BUILD: |
untrusted comment: private key 7580714ee0d0b178
RWRCSwAAAABqaz5Tmbv63Wvk42y8YA1HjJ8fPtSeBx11gHFO4NCxeECdO33e8TvyG85V8TI2e3+gG+jFr4Nft63N6gMGEmR/rqTiIXIxplpNm1AcdEF3SsT+mfwwud+YrhLkaeBpu3c=
NO_DEFAULT_FEEDS: 1
V: "s"
SKIP_KMODS: 1
- name: Store packages
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.arch}}-${{ matrix.version }}-packages
path: bin/packages