mirror of https://github.com/OpenVPN/openvpn-gui
GitHub Actions: add x86 build
Signed-off-by: Lev Stipakov <lev@openvpn.net>pull/444/head
parent
e6e65a4883
commit
014dc1a6c2
|
@ -6,7 +6,7 @@ jobs:
|
||||||
msvc:
|
msvc:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [amd64, amd64_arm64]
|
arch: [x86, amd64, amd64_arm64]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Indicates the location of the vcpkg as a Git submodule of the project repository.
|
# Indicates the location of the vcpkg as a Git submodule of the project repository.
|
||||||
|
|
Loading…
Reference in New Issue