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:
Ryan
2023-09-18 20:17:56 +02:00
committed by GitHub
parent e4184ded47
commit 8d329ea316
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -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}