Skip to content

Commit

Permalink
Support multi-platform images for loadimpact/k6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Jun 16, 2023
1 parent a95065d commit 35dbc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /home/k6
ENTRYPOINT ["k6"]

# Legacy loadimpact/k6 image
FROM release
FROM --platform=$BUILDPLATFORM release

COPY entrypoint-legacy.sh /usr/bin/

Expand Down

0 comments on commit 35dbc90

Please sign in to comment.