diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f0fa25fa..743ffc425 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -386,7 +386,7 @@ jobs: - loong64 - i686 env: - IMAGE: ghcr.io/redpanda-cpp/appimage-builder-${{ matrix.arch }}:20241120.0 + IMAGE: ghcr.io/redpanda-cpp/appimage-builder-${{ matrix.arch }}:20241204.0 PLATFORM: linux/amd64 steps: diff --git a/BUILD.md b/BUILD.md index a53c3aea2..8881fbc47 100644 --- a/BUILD.md +++ b/BUILD.md @@ -161,7 +161,7 @@ The package will be placed in `dist/`. ## Linux AppImage ```bash -podman run --rm -v $PWD:/mnt -w /mnt ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241120.0 ./packages/appimage/01-in-docker.sh +podman run --rm -v $PWD:/mnt -w /mnt ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241204.0 ./packages/appimage/01-in-docker.sh ``` Dockerfiles are available in [redpanda-cpp/appimage-builder](https://github.com/redpanda-cpp/appimage-builder). Available architectures: `x86_64`, `aarch64`, `riscv64`, `loong64`, `i686`. diff --git a/BUILD_cn.md b/BUILD_cn.md index bbe4e998c..4f45b5d35 100644 --- a/BUILD_cn.md +++ b/BUILD_cn.md @@ -161,7 +161,7 @@ podman run --rm -v $PWD:/mnt -w /mnt docker.io/archlinux:latest ./packages/archl ## Linux AppImage ```bash -podman run --rm -v $PWD:/mnt -w /mnt ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241120.0 ./packages/appimage/01-in-docker.sh +podman run --rm -v $PWD:/mnt -w /mnt ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241204.0 ./packages/appimage/01-in-docker.sh ``` Dockerfile 位于 [redpanda-cpp/appimage-builder](https://github.com/redpanda-cpp/appimage-builder)。可用架构:`x86_64`、`aarch64`、`riscv64`、`loong64`、`i686`。 diff --git a/packages/debian-static/builddeb.sh b/packages/debian-static/builddeb.sh index f094a577b..93c5b7b8d 100755 --- a/packages/debian-static/builddeb.sh +++ b/packages/debian-static/builddeb.sh @@ -13,7 +13,7 @@ DEB_FILE="redpanda-cpp-bin_${VERSION}_amd64.deb" TMP_FOLDER="$(mktemp -d)" -podman run -it --rm -v "$PWD:/mnt" -w /mnt -v "$TMP_FOLDER:/out" ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241120.0 packages/debian-static/01-in-docker.sh +podman run -it --rm -v "$PWD:/mnt" -w /mnt -v "$TMP_FOLDER:/out" ghcr.io/redpanda-cpp/appimage-builder-x86_64:20241204.0 packages/debian-static/01-in-docker.sh mkdir -p dist mkdir -m 755 -p "$TMP_FOLDER/DEBIAN"