Skip to content

Commit

Permalink
Migrate kiwix-desktop appimage build to jammy
Browse files Browse the repository at this point in the history
Note that the tag of the kiwix-build CI builder docker image had to be
changed to latest since the jammy version doesn't have the old tag.
  • Loading branch information
veloman-yunkan committed Nov 25, 2024
1 parent 24e7a4f commit 61f7d3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
| focal | flatpak | | | | | BP | | |
| focal | native_static | d | d | dBPSD | dBPSD | | linux-x86_64 | linux-x86_64-static |
| focal | native_mixed | BPS | BPS | | | | linux-x86_64 | |
| focal | native_dyn | d | d | dB | dB | dBPS | | linux-x86_64-dyn |
| focal | native_dyn | d | d | dB | dB | | | linux-x86_64-dyn |
| jammy | native_dyn | d | d | | | dBPS | | linux-x86_64-dyn |
# libzim CI is building alpine_dyn but not us
| focal | android_arm | dBP | dBP | | | | android-arm | android-arm |
| focal | android_arm64 | dBP | dBP | | | | android-arm64 | android-arm64 |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ jobs:
image_variant: manylinux
- config: aarch64_mixed
image_variant: manylinux
- config: native_dyn
image_variant: jammy
env:
HOME: /home/runner
SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-22.04
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-06-03"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:latest"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,15 @@ jobs:
image_variant: manylinux
- config: aarch64_mixed
image_variant: manylinux
- config: native_dyn
image_variant: jammy
env:
HOME: /home/runner
SSH_KEY: /tmp/id_rsa
OS_NAME: ${{matrix.image_variant}}
runs-on: ubuntu-22.04
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-06-03"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:latest"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code
Expand Down

0 comments on commit 61f7d3f

Please sign in to comment.