diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bf34153..6a7b741b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}')