Skip to content

Commit 82511a8

Browse files
authored
Merge pull request #22 from tuxpeople/tuxpeople-patch-1
Update release.yml
2 parents 763f402 + 9dc665e commit 82511a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- cron: "0 13 * * 1"
1414

1515
env:
16-
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64" # Build for which platforms
16+
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64" # Build for which platforms
1717
IMAGENAME: "quay.io/tdeutsch/debugcontainer" # Name of the image
1818
DEFAULT_TAG: "edge" # Which tag is beeing used if we are building for master/main branch
1919
QUAY_USER: "tdeutsch" # Which user to use to login to quay.io

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN chmod +x /scripts/* \
8484
which \
8585
fio \
8686
ioping \
87-
k9s@edgecommunity \
87+
k9s \
8888
openssh-client \
8989
&& wget -q -O /bin/speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \
9090
&& chmod +x /bin/speedtest-cli \

0 commit comments

Comments
 (0)