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:
@@ -36,6 +36,7 @@ case "$(uname -m)" in
|
||||
'aarch64')
|
||||
scripts=(
|
||||
basic
|
||||
gh
|
||||
pwsh
|
||||
go
|
||||
js
|
||||
@@ -45,6 +46,7 @@ case "$(uname -m)" in
|
||||
'x86_64')
|
||||
scripts=(
|
||||
basic
|
||||
gh
|
||||
pwsh
|
||||
go
|
||||
js
|
||||
|
||||
Reference in New Issue
Block a user