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
+3 -2
View File
@@ -220,6 +220,7 @@ jobs:
- rust
- dotnet
- java-tools
- gh
- custom
include:
- PLATFORMS: linux/amd64,linux/arm64
@@ -234,6 +235,8 @@ jobs:
TYPE: dotnet
- PLATFORMS: linux/amd64,linux/arm64
TYPE: java-tools
- PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
TYPE: gh
- PLATFORMS: linux/amd64,linux/arm64
TYPE: custom
steps:
@@ -281,8 +284,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: actions/checkout@v3