texlive[69450] Build/source/.github/workflows/main.yml: [gh actions]
commits+preining at tug.org
commits+preining at tug.org
Tue Jan 16 04:32:17 CET 2024
Revision: 69450
https://tug.org/svn/texlive?view=revision&revision=69450
Author: preining
Date: 2024-01-16 04:32:17 +0100 (Tue, 16 Jan 2024)
Log Message:
-----------
[gh actions] only use qemu for arm builds
Modified Paths:
--------------
trunk/Build/source/.github/workflows/main.yml
Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml 2024-01-16 01:39:44 UTC (rev 69449)
+++ trunk/Build/source/.github/workflows/main.yml 2024-01-16 03:32:17 UTC (rev 69450)
@@ -67,6 +67,7 @@
with:
path: 'repo'
- name: Setup QEMU
+ if: startsWith(matrix.image, 'arm')
uses: docker/setup-qemu-action at v2
with:
platforms: ${{ matrix.qemu_arch }}
More information about the tex-live-commits
mailing list.