bap icon indicating copy to clipboard operation
bap copied to clipboard

Reproducible build with CentOS 7.9 and Docker

Open adrianduke opened this issue 4 months ago • 0 comments

I had troubles building this repo particularly on my ARM laptop.

Example build and run:

  $ docker build -t bap:latest .
  $ docker run --platform=linux/amd64 --init -it --rm bap:latest -h

adrianduke avatar Oct 01 '24 15:10 adrianduke