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 71127fa commit 6c43d45Copy full SHA for 6c43d45
docker/templates/Dockerfile.erb
@@ -191,7 +191,7 @@ COPY --from=builder-env2yaml /tmp/go/src/env2yaml/env2yaml /usr/local/bin/env2ya
191
<% else -%>
192
COPY env2yaml/env2yaml-amd64 env2yaml/env2yaml-arm64 env2yaml/
193
# Copy over the appropriate env2yaml artifact
194
-RUN env2yamlarch="$(<%= arch_command %>)"; \
+RUN set -eux; env2yamlarch="$(<%= arch_command %>)"; \
195
case "${env2yamlarch}" in \
196
'x86_64'|'amd64') \
197
env2yamlarch=amd64; \
0 commit comments