From 18dfd590e32859b39f46493dad5a438095e2ec4e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Feb 2024 22:37:47 +0000 Subject: reenable all platforms git-svn-id: svn://tug.org/texlive/trunk@69810 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.github/workflows/main.yml | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Build') diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml index 74ef7c32b88..b29415c1622 100644 --- a/Build/source/.github/workflows/main.yml +++ b/Build/source/.github/workflows/main.yml @@ -4,6 +4,8 @@ # Norbert Preining # Public Domain # +# See https://github.com/TeX-Live/texlive-source/actions for status. +# # This file controls CI testing via Github Actions of the # git-svn checkout of the TeX Live source directory # which is pushed to Github @@ -14,7 +16,7 @@ # # See tlpkg/bin/tl-update-bindir for retrieving the binaries. -# only build on push to trunk +# only build on push to trunk, not branch. on: release: types: @@ -38,9 +40,7 @@ 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, aarch64-linux, armhf-linux ] - tl_name: [ aarch64-linux, armhf-linux ] + tl_name: [ i386-linux, x86_64-linux, x86_64-linuxmusl, aarch64-linux, armhf-linux ] release_build: - ${{ startsWith(github.ref, 'refs/tags/') }} include: @@ -62,20 +62,20 @@ jobs: ci_build: true use_qemu: false buildsys: alpine -# - tl_name: aarch64-linux -# image: arm64v8/debian:buster -# platform: aarch64 -# ci_build: false -# use_qemu: true -# qemu_arch: aarch64 -# buildsys: debian -# - tl_name: armhf-linux -# image: arm32v7/debian:buster -# platform: arm/v7 -# ci_build: false -# use_qemu: true -# qemu_arch: arm -# buildsys: debian + - tl_name: aarch64-linux + image: arm64v8/debian:buster + platform: aarch64 + ci_build: false + use_qemu: true + qemu_arch: aarch64 + buildsys: debian + - tl_name: armhf-linux + image: arm32v7/debian:buster + platform: arm/v7 + ci_build: false + use_qemu: true + qemu_arch: arm + buildsys: debian steps: - name: checkout-main -- cgit v1.2.3