Skip to content

Commit

Permalink
ci: build for multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Oct 8, 2023
1 parent e5d66c0 commit 0af433f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
- mips_24kc
- mipsel_24kc
- x86_64
version:
- openwrt-22.03
- openwrt-23.05
- main

steps:
- uses: actions/checkout@v2

- name: Build
uses: openwrt/gh-action-sdk@main
env:
ARCH: ${{ matrix.arch }}
ARCH: ${{ matrix.arch }}-${{ matrix.version }}
KEY_BUILD: |
untrusted comment: private key 7580714ee0d0b178
RWRCSwAAAABqaz5Tmbv63Wvk42y8YA1HjJ8fPtSeBx11gHFO4NCxeECdO33e8TvyG85V8TI2e3+gG+jFr4Nft63N6gMGEmR/rqTiIXIxplpNm1AcdEF3SsT+mfwwud+YrhLkaeBpu3c=
Expand All @@ -30,5 +34,5 @@ jobs:
- name: Store packages
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.arch}}-packages
name: ${{ matrix.version }}-${{ matrix.arch}}-packages
path: bin/packages/${{ matrix.arch }}/packages/*.ipk

0 comments on commit 0af433f

Please sign in to comment.