Skip to content

Commit

Permalink
Merge pull request #22 from tuxpeople/tuxpeople-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
tuxpeople authored May 31, 2021
2 parents 763f402 + 9dc665e commit 82511a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- cron: "0 13 * * 1"

env:
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64" # Build for which platforms
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64" # Build for which platforms
IMAGENAME: "quay.io/tdeutsch/debugcontainer" # Name of the image
DEFAULT_TAG: "edge" # Which tag is beeing used if we are building for master/main branch
QUAY_USER: "tdeutsch" # Which user to use to login to quay.io
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN chmod +x /scripts/* \
which \
fio \
ioping \
k9s@edgecommunity \
k9s \
openssh-client \
&& wget -q -O /bin/speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \
&& chmod +x /bin/speedtest-cli \
Expand Down

0 comments on commit 82511a8

Please sign in to comment.