about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-10 16:37:46 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-10 16:37:46 +0200
commitd10a0784737a0f8c68dae736028a64924733c2d5 (patch)
treea3a7697f420213f0ab8ad21727cf9d62630b83a9 /.github/workflows
parent8d9fd7cb0e0c29529f620981b658b7f6bace6e28 (diff)
downloadbox64-d10a0784737a0f8c68dae736028a64924733c2d5.tar.gz
box64-d10a0784737a0f8c68dae736028a64924733c2d5.zip
[STATICBUILD] removed Android staticbuild
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 90e18048..046545fc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,9 +37,15 @@ jobs:
           - platform: TEGRAX1
             type: Trace
             os: ubuntu-20.04
+        exclude:
           - platform: TEGRAX1
             type: StaticBuild
-            os: ubuntu-20.04
+          - platform: ANDROID
+            type: StaticBuild
+          - platform: TERMUX
+            type: StaticBuild
+          - platform: X64
+            type: StaticBuild  
 
     runs-on: ${{ matrix.os }}
     steps: