mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -41,13 +41,11 @@ jobs:
|
|||||||
goal: "build"
|
goal: "build"
|
||||||
gamos: "linux"
|
gamos: "linux"
|
||||||
platform: "x86_64"
|
platform: "x86_64"
|
||||||
- os: ubuntu-18.04
|
- arch: "aarch64"
|
||||||
arch: "aarch64"
|
|
||||||
distro: "stretch"
|
distro: "stretch"
|
||||||
gamos: "linux"
|
gamos: "linux"
|
||||||
platform: "aarch64"
|
platform: "aarch64"
|
||||||
- os: ubuntu-18.04
|
- arch: "armv6"
|
||||||
arch: "armv6"
|
|
||||||
distro: "jessie"
|
distro: "jessie"
|
||||||
gamos: "linux"
|
gamos: "linux"
|
||||||
platform: "armv6"
|
platform: "armv6"
|
||||||
@@ -101,7 +99,7 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
distro: ${{ matrix.os }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
# Not required, but speeds up builds
|
# Not required, but speeds up builds
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user