Skip to content

redpanda-cpp/appimage-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Panda C++ AppImage Build Environment

Use (Build Red Panda C++)

Please refer to Red Panda C++’s document.

Build (Build This Project)

Build the Tools and Libraries

  1. Launch container:
    podman run -it --rm \
      --cap-add=sys_admin \
      -v $PWD:/mnt -w /mnt \
      docker.io/amd64/ubuntu:24.04
    To expose build directories for debugging:
    podman run -it --rm \
      --cap-add=sys_admin \
      -v $PWD:/mnt -w /mnt \
      -v $PWD/build:/tmp/build \
      -v $PWD/layer:/tmp/layer \
      docker.io/amd64/ubuntu:24.04
  2. Install dependencies:
    ./support/dep.sh
  3. Build the project:
    ./main.sh -a <arch> -b <branch>

Build the Container Image

podman build -t redpanda-cpp/basic-appimage-builder container/_base
podman build -t redpanda-cpp/appimage-builder-<arch> container/<arch>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages