Skip to content

Commit

Permalink
Make built docker image runnable on Apple Silicon (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
konchunas authored Sep 29, 2023
1 parent 6226304 commit b7bb009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ To build the docker image using LLVM 16 for Ubuntu 22.04 on amd64 you can run th
ARCH=amd64; UBUNTU=22.04; LLVM=16; docker build . \
-t rellic:llvm${LLVM}-ubuntu${UBUNTU}-${ARCH} \
-f Dockerfile \
--platform linux/${ARCH}
--build-arg UBUNTU_VERSION=${UBUNTU} \
--build-arg ARCH=${ARCH} \
--build-arg LLVM_VERSION=${LLVM}
Expand Down

0 comments on commit b7bb009

Please sign in to comment.