Skip to content

Commit

Permalink
Support multi-parch hloader
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Nov 3, 2023
1 parent a0acf9d commit 7db6233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ FROM registry.access.redhat.com/ubi8/ubi:latest
RUN dnf install -y iproute procps-ng
COPY --from=builder /wrk/wrk /usr/bin/wrk
COPY json.lua json.lua
RUN curl -L -sS https://github.com/rsevilla87/hloader/releases/download/v0.2.0/hloader-Linux-v0.2.0-x86_64.tar.gz | tar xz -C /usr/bin/
RUN curl -sS -L https://github.com/rsevilla87/hloader/releases/download/v0.2.0/hloader-Linux-v0.2.0-$(arch | sed s/aarch64/arm64/).tar.gz | tar xz -C /usr/bin/

0 comments on commit 7db6233

Please sign in to comment.