summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-05-17 15:32:34 +0200
committerArne Schwabe <arne@rfc2549.org>2023-05-17 15:32:34 +0200
commita688889a1e54cee8439f8a61c3162f7913530b37 (patch)
treed57fed7f806d0e925f7edb22eb1ca6c7c60be308 /.github/workflows
parentd551053d55d1b9745e9c1d2503dc15fc9b6c7d21 (diff)
Allow to build a UI variant with OpenVPN 2.x only
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 79243a92..287a0175 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- target: [Ui, Skeleton]
+ target: [UiOvpn23, SkeletonOvpn2, UiOvpn2]
name: "Release ${{ matrix.target }}"
runs-on: ubuntu-latest
steps: