File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed
Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout code
1515 uses : actions/checkout@v4
1616
17- - name : Setup python 3.10
17+ - name : Setup Python 3.10
1818 uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.10'
5454 WAIT_TIME_FACTOR_TEST : 10
5555
5656 Linux :
57+ runs-on : ubuntu-22.04
58+
5759 strategy :
5860 fail-fast : false
5961 matrix :
@@ -69,22 +71,22 @@ jobs:
6971 image_variant : focal
7072 lib_postfix : ' /x86_64-linux-gnu'
7173 arch_name : linux-x86_64
74+
7275 env :
7376 HOME : /home/runner
74- runs-on : ubuntu-latest
77+
7578 container :
7679 image : " ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
80+
7781 steps :
78- - name : Extract branch name
79- shell : bash
80- run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
81- id : extract_branch
8282 - name : Checkout code
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v4
84+
8485 - name : Install dependencies
8586 uses : kiwix/kiwix-build/actions/dl_deps_archive@main
8687 with :
8788 target_platform : ${{ matrix.target }}
89+
8890 - name : Compile
8991 shell : bash
9092 run : |
Original file line number Diff line number Diff line change 1313 name : Deploy kiwix-tools Docker Image
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v3.4.0
16+ - uses : actions/checkout@v4
1717 - name : build and publish kiwix-tools
1818 uses : openzim/docker-publish-action@v10
1919 with :
4242 runs-on : ubuntu-22.04
4343 needs : build-and-push-kiwix-tools
4444 steps :
45- - uses : actions/checkout@v3.4.0
45+ - uses : actions/checkout@v4
4646 - name : build and publish kiwix-serve
4747 uses : openzim/docker-publish-action@v10
4848 with :
Original file line number Diff line number Diff line change 3131 run : |
3232 if [[ $REF == refs/tags* ]]
3333 then
34- echo "::set-output name= ppa:: kiwixteam/release"
34+ echo "ppa= kiwixteam/release" >> $GITHUB_OUTPUT
3535 else
36- echo "::set-output name= ppa:: kiwixteam/dev"
36+ echo "ppa= kiwixteam/dev" >> $GITHUB_OUTPUT
3737 fi
3838 env :
3939 REF : ${{ github.ref }}
9696 args : --no-sign
9797 ppa : ${{ steps.ppa.outputs.ppa }}
9898
99- - uses : actions/upload-artifact@v3
99+ - uses : actions/upload-artifact@v4
100100 with :
101101 name : Packages for ${{ matrix.distro }}
102102 path : output
You can’t perform that action at this time.
0 commit comments