Skip to content

Commit

Permalink
update matrix, only keep rk3588-wrt-22.03-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencetg committed May 30, 2023
1 parent 1eafd4f commit 1d78954
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
if: github.event.repository.owner.id == github.event.sender.id
strategy:
matrix:
VERSION: [21.02, 22.03]
SET: [docker, non-docker]
VERSION: [22.03]
SET: [docker]

steps:
- name: Checkout
Expand Down Expand Up @@ -141,9 +141,9 @@ jobs:

strategy:
matrix:
VERSION: [21.02, 22.03]
CPU: [rk3328, rk3399, rk3568, rk3588]
SET: [docker, non-docker]
VERSION: [22.03]
CPU: [rk3588]
SET: [docker]
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down

0 comments on commit 1d78954

Please sign in to comment.