Skip to content

Commit bbbc170

Browse files
committed
update platform
1 parent ae42de2 commit bbbc170

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
context: .
2828
file: ./Dockerfile
2929
push: true
30-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v5,linux/386,linux/ppc64le,linux/riscv64,linux/s390x
30+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v5,linux/386,linux/riscv64,linux/s390x
3131
tags: tomopiro/netperf:latest

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM debian:13.3-slim
33
RUN sed -i -e 's/main/main non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources \
44
&& apt update \
55
&& apt install -y \
6+
nano \
67
vim \
78
wrk \
89
curl \

Dockerfile_with_wrk2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ COPY --from=wrk2 /wrk2/wrk /usr/local/bin/wrk2
1818
RUN sed -i -e 's/main/main non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources \
1919
&& apt update \
2020
&& apt install -y \
21+
nano \
2122
vim \
2223
wrk \
2324
curl \

0 commit comments

Comments
 (0)