summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-11 22:01:51 +0000
committerKarl Berry <karl@freefriends.org>2024-02-11 22:01:51 +0000
commit2691ef3b001aed936f39afae2bc002ee7cb61159 (patch)
treecd4f0c126b8285b2d52ce93eb74b0da4f12ca625 /Build
parent7f23e7cb61bff0bc73f418a613d78ce34bd2b7c5 (diff)
temp: try aarch and armhf on their own; undo push
commenting-out, which probably didn't work anyway. git-svn-id: svn://tug.org/texlive/trunk@69806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.github/workflows/main.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml
index ad8c23a5905..74ef7c32b88 100644
--- a/Build/source/.github/workflows/main.yml
+++ b/Build/source/.github/workflows/main.yml
@@ -1,3 +1,4 @@
+# $Id$
# .github/workflows/main.yml for texlive-source CI building
#
# Norbert Preining
@@ -19,9 +20,9 @@ on:
types:
- released
- prereleased
-# push:
-# branches:
-# - trunk
+ push:
+ branches:
+ - trunk
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,8 +38,9 @@ jobs:
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: