texlive[69806] Build/source/.github/workflows/main.yml: temp: try

commits+karl at tug.org commits+karl at tug.org
Sun Feb 11 23:01:51 CET 2024


Revision: 69806
          https://tug.org/svn/texlive?view=revision&revision=69806
Author:   karl
Date:     2024-02-11 23:01:51 +0100 (Sun, 11 Feb 2024)
Log Message:
-----------
temp: try aarch and armhf on their own; undo push
commenting-out, which probably didn't work anyway.

Modified Paths:
--------------
    trunk/Build/source/.github/workflows/main.yml

Property Changed:
----------------
    trunk/Build/source/.github/workflows/main.yml

Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml	2024-02-11 21:26:19 UTC (rev 69805)
+++ trunk/Build/source/.github/workflows/main.yml	2024-02-11 22:01:51 UTC (rev 69806)
@@ -1,3 +1,4 @@
+# $Id$
 # .github/workflows/main.yml for texlive-source CI building
 #
 # Norbert Preining
@@ -19,9 +20,9 @@
     types:
       - released
       - prereleased
-#  push:
-#    branches:
-#      - trunk
+  push:
+    branches:
+      - trunk
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,8 +38,9 @@
       matrix:
         # we need to list the archs here, otherwise the matrix contains only
         # one element release_build and that is overwritten by the include statements
-        tl_name: [ i386-linux, x86_64-linux, x86_64-linuxmusl ]
+#        tl_name: [ i386-linux, x86_64-linux, x86_64-linuxmusl ]
 #        tl_name: [ i386-linux, x86_64-linux, x86_64-linuxmusl, aarch64-linux, armhf-linux ]
+        tl_name: [ aarch64-linux, armhf-linux ]
         release_build:
           - ${{ startsWith(github.ref, 'refs/tags/') }}
         include:


Property changes on: trunk/Build/source/.github/workflows/main.yml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property


More information about the tex-live-commits mailing list.