We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763f402 commit 5cb7a38Copy full SHA for 5cb7a38
.github/workflows/release.yml
@@ -13,7 +13,7 @@ on:
13
- cron: "0 13 * * 1"
14
15
env:
16
- 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
17
IMAGENAME: "quay.io/tdeutsch/debugcontainer" # Name of the image
18
DEFAULT_TAG: "edge" # Which tag is beeing used if we are building for master/main branch
19
QUAY_USER: "tdeutsch" # Which user to use to login to quay.io
0 commit comments