texlive[63078] Build/source/.github/workflows/main.yml: gh workflow:

commits+preining at tug.org commits+preining at tug.org
Tue Apr 19 14:33:25 CEST 2022


Revision: 63078
          http://tug.org/svn/texlive?view=revision&revision=63078
Author:   preining
Date:     2022-04-19 14:33:25 +0200 (Tue, 19 Apr 2022)
Log Message:
-----------
gh workflow: drop armhf testing, it takes too long

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-18 23:42:45 UTC (rev 63077)
+++ trunk/Build/source/.github/workflows/main.yml	2022-04-19 12:33:25 UTC (rev 63078)
@@ -113,36 +113,4 @@
           files: texlive-bin-x86_64-linuxmusl.tar.gz
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-  docker_armhf_job:
-    runs-on: ubuntu-latest
-    name: armhf-linux 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: v5
-          path: actions/TeX-Live/tl-build-docker-action
-      - name: arm runner
-        uses: pguyot/arm-runner-action at v2
-        with:
-          base_image: raspbian_lite:2020-02-13
-          image_additional_mb: 4096
-          commands: |
-            sudo apt-get -y --allow-releaseinfo-change update
-            sudo apt-get install -y --no-install-recommends bash gcc g++ make perl libfontconfig-dev libx11-dev libxmu-dev libxaw7-dev build-essential
-            ./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.