mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 06:31:37 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -81,10 +81,12 @@ jobs:
|
||||
jid: 10
|
||||
goal: "self-build"
|
||||
platform: "aarch64"
|
||||
gamos: linux
|
||||
- os: [self-hosted, linux, arm]
|
||||
jid: 11
|
||||
goal: "self-build"
|
||||
platform: "armv7l"
|
||||
gamos: linux
|
||||
|
||||
|
||||
steps:
|
||||
@@ -235,7 +237,7 @@ jobs:
|
||||
echo "GAM Version ${GAMVERSION}"
|
||||
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
||||
|
||||
- name: Linux package GYB
|
||||
- name: Linux package GAM
|
||||
if: matrix.os != 'windows-2022' && matrix.os != 'macos-10.15' && matrix.goal != 'test'
|
||||
run: |
|
||||
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
|
||||
|
||||
Reference in New Issue
Block a user