mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Add linux-x86 target
This commit is contained in:
parent
3fd986c8ed
commit
edf76de13a
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ matrix:
|
|||
- name: "linux-x64"
|
||||
os: linux
|
||||
dist: bionic
|
||||
- name: "linux-x86"
|
||||
os: linux
|
||||
dist: bionic
|
||||
env: EXTRA_FLAGS='target_cpu="x86"'
|
||||
- name: "linux-arm64"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
|
Loading…
Add table
Reference in a new issue