Skip to content

Commit 8e0a42a

Browse files
committed
Select emulator executable for building in Dockerfile
1 parent d072ad4 commit 8e0a42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.aarch64.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ COPY ./benchmarks /opt/emulator/benchmarks
6666
RUN cabal build \
6767
--enable-executable-static \
6868
--ghc-options='-optl-lpq -optl-lssl -optl-lcrypto -optl-lpgcommon -optl-lpgport -optl-lzstd -optl-llz4 -optl-lxml2 -optl-lssl -optl-lcrypto -optl-lz -optl-lreadline -optl-lm' \
69-
emulator
69+
exe:emulator
7070

7171
# Add executable to PATH as 'emulator'
7272
RUN ln -s $(cabal list-bin emulator) /usr/local/bin/emulator

0 commit comments

Comments
 (0)