Skip to content

Commit

Permalink
vendor: switch to manylinux_2_28 (AlmaLinux 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Oct 8, 2024
1 parent fefcf28 commit 067edac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
include:
- arch: aarch64
BASEIMAGE: "quay.io/pypa/manylinux2014_aarch64@sha256:5e167d48f9d07b9ce59b2d48e0a9af33052515fb93b1733ab28fee2bb475f197"
BASEIMAGE: "quay.io/pypa/manylinux_2_28_aarch64@sha256:91b598f88a2a5b14d4118423171b7ef0ba8d9e1d3d87e7f0f0ce7b9b9ea28e95"
- arch: x86_64
BASEIMAGE: "quay.io/pypa/manylinux2014_x86_64@sha256:2ee3e1329ba3e85d783a4128b755803a2c7f7a42a5454464cc325df29e254b9e"
BASEIMAGE: "quay.io/pypa/manylinux_2_28_x86_64@sha256:7251f50cc3380767a79044762bc13a9089b4905c15c9600335c63eb90c0a8284"
steps:
- uses: actions/checkout@v4
- name: docker qemu multi-arch
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASEIMAGE=centos:7
ARG BASEIMAGE=almalinux:8
FROM $BASEIMAGE AS base

COPY ./scripts /scripts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Docker image build config for building [appimages](https://appimage.org/) for [S
- [`ghcr.io/streamlink/appimage-buildenv-x86_64`](https://github.com/streamlink/appimage-buildenv/pkgs/container/appimage-buildenv-x86_64)
- [`ghcr.io/streamlink/appimage-buildenv-aarch64`](https://github.com/streamlink/appimage-buildenv/pkgs/container/appimage-buildenv-aarch64)

Based on the [`pypa/manylinux`](https://github.com/pypa/manylinux) images, which are based on the official [`centos:7`](https://hub.docker.com/_/centos) images.
Based on the [`pypa/manylinux`](https://github.com/pypa/manylinux) images (`manylinux_2_28`), which are based on the official [`almalinux:8`](https://hub.docker.com/_/almalinux) images.

### Contents

Expand Down

0 comments on commit 067edac

Please # to comment.