mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Add linux-x86 target
This commit is contained in:
parent
3fd986c8ed
commit
edf76de13a
@ -7,6 +7,10 @@ matrix:
|
|||||||
- name: "linux-x64"
|
- name: "linux-x64"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
- name: "linux-x86"
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
env: EXTRA_FLAGS='target_cpu="x86"'
|
||||||
- name: "linux-arm64"
|
- name: "linux-arm64"
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user