fix: add gh to custom (#56)
* fix: add gh to custom * fix gh script multi arch * Dockerfile use bash directly * Update build-ubuntu.yml --------- Co-authored-by: Ryan <me@hackerc.at> Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
@@ -23,7 +23,7 @@ SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
|
||||
WORKDIR /tmp
|
||||
|
||||
COPY ./linux/${DISTRO}/scripts /imagegeneration/installers
|
||||
RUN /imagegeneration/installers/${TYPE}.sh
|
||||
RUN bash /imagegeneration/installers/${TYPE}.sh
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG BUILD_TAG=${TYPE}
|
||||
|
||||
Reference in New Issue
Block a user