We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa011b3 commit a87fd01Copy full SHA for a87fd01
1 file changed
build/root/install.sh
@@ -31,7 +31,7 @@ if [[ -z "${TARGETARCH}" ]]; then
31
fi
32
33
# write APPNAME and RELEASETAG to file to record the app name and release tag used to build the image
34
-echo -e "export APPNAME=${APPNAME}\nexport IMAGE_RELEASE_TAG=${RELEASETAG}\nexport TARGETARCH=${TARGETARCH}\n" >> '/etc/image-build-info'
+echo -e "export APPNAME=${APPNAME}\nexport IMAGE_RELEASE_TAG=${RELEASETAG}\n" >> '/etc/image-build-info'
35
36
# ensure we have the latest builds scripts
37
refresh.sh
0 commit comments