Skip to content

Commit

Permalink
Upgrade AppImage build environment to Qt 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Dec 4, 2024
1 parent 75171a4 commit d39d5fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion BUILD_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/debian-static/builddeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d39d5fe

Please sign in to comment.