texlive[63050] Build/source/.github/workflows/main.yml: Try armhf git

commits+preining at tug.org commits+preining at tug.org
Sun Apr 17 10:38:37 CEST 2022


Revision: 63050
          http://tug.org/svn/texlive?view=revision&revision=63050
Author:   preining
Date:     2022-04-17 10:38:37 +0200 (Sun, 17 Apr 2022)
Log Message:
-----------
Try armhf git workflow

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

Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml	2022-04-16 23:49:19 UTC (rev 63049)
+++ trunk/Build/source/.github/workflows/main.yml	2022-04-17 08:38:37 UTC (rev 63050)
@@ -113,4 +113,33 @@
           files: texlive-bin-x86_64-linuxmusl.tar.gz
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+  docker_armhf_job:
+    runs-on: ubuntu-latest
+    name: x86_64-linuxmusl build job
+    steps:
+      - name: checkout
+        uses: actions/checkout at v2
+      - name: checkout tl build docker
+        uses: actions/checkout at v2
+        with:
+          repository: TeX-Live/tl-build-docker-action
+          ref: v4
+          path: actions/TeX-Live/tl-build-docker-action
+      - name: arm runner
+        uses: actions/checkout at v2
+        with:
+          base_image: raspbian_lite:2020-02-13
+          commands: |
+            ./actions/TeX-Live/tl-build-docker-action/entrypoint.sh armhf-linux
+          copy_artifact_path: texlive-bin-armhf-linux.tar.gz
+      - name: find file step
+        run: ls -l
+      - name: Release
+        uses: softprops/action-gh-release at v1
+        if: startsWith(github.ref, 'refs/tags/')
+        with:
+          files: texlive-bin-armhf-linux.tar.gz
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
+



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