Skip to content

Commit a87fd01

Browse files
committed
remove arch in build info
1 parent aa011b3 commit a87fd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/root/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ -z "${TARGETARCH}" ]]; then
3131
fi
3232

3333
# 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'
34+
echo -e "export APPNAME=${APPNAME}\nexport IMAGE_RELEASE_TAG=${RELEASETAG}\n" >> '/etc/image-build-info'
3535

3636
# ensure we have the latest builds scripts
3737
refresh.sh

0 commit comments

Comments
 (0)