Skip to content

Commit

Permalink
Add a amd64 openwrt build
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Jul 16, 2024
1 parent 1cbdd06 commit d533322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ jobs:
fail-fast: true
matrix:
include:
- name: arm64
sdk_ver: 22.03.3
sdk: https://downloads.openwrt.org/releases/22.03.3/targets/armvirt/64/openwrt-sdk-22.03.3-armvirt-64_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Check warning on line 361 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

361:81 [line-length] line too long (149 > 80 characters)
- name: mips_24kc
sdk_ver: 22.03.3
sdk: https://downloads.openwrt.org/releases/22.03.3/targets/lantiq/xrx200/openwrt-sdk-22.03.3-lantiq-xrx200_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Check warning on line 364 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

364:81 [line-length] line too long (155 > 80 characters)
Expand Down

0 comments on commit d533322

Please sign in to comment.