From 7aa9b7b0faf262aad0e2173e26bb1a15767a0bf8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 17 Apr 2022 08:38:37 +0000 Subject: Try armhf git workflow git-svn-id: svn://tug.org/texlive/trunk@63050 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.github/workflows/main.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'Build') diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml index 4dc2fa9613d..9ca8705523b 100644 --- a/Build/source/.github/workflows/main.yml +++ b/Build/source/.github/workflows/main.yml @@ -113,4 +113,33 @@ jobs: 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@v2 + - name: checkout tl build docker + uses: actions/checkout@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@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@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: texlive-bin-armhf-linux.tar.gz + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + -- cgit v1.2.3