From 76883c60161e5f3808787085a27a8c37f8cc4e08 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 7 Jun 2021 14:36:32 +1000 Subject: [PATCH] Add obsdsnap-i386 upstream test target. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 9c8efb192..a5baab0fb 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ obsdsnap ] + os: [ obsdsnap, obsdsnap-i386 ] configs: [ default ] steps: - uses: actions/checkout@v2