mirror of https://github.com/statping/statping
Merge pull request #234 from jemand771/ci-target-platforms
Add all possible target platforms to CIpull/1118/head
commit
e1fc014bf7
|
@ -106,11 +106,10 @@ jobs:
|
||||||
platform: [ linux ]
|
platform: [ linux ]
|
||||||
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
|
||||||
include:
|
include:
|
||||||
# TODO darwin/386 is broken, ignore for now
|
|
||||||
# - platform: darwin
|
|
||||||
# arch: 386
|
|
||||||
- platform: darwin
|
- platform: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
- platform: darwin
|
||||||
|
arch: arm64
|
||||||
- platform: windows
|
- platform: windows
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- platform: windows
|
- platform: windows
|
||||||
|
@ -453,7 +452,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
push_strategy: artifact
|
push_strategy: artifact
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64, linux/arm/v7, linux/arm/v6, linux/arm64
|
||||||
args: |
|
args: |
|
||||||
COMMIT=${{ github.sha }}
|
COMMIT=${{ github.sha }}
|
||||||
VERSION=${{ needs.data.outputs.version }}
|
VERSION=${{ needs.data.outputs.version }}
|
||||||
|
|
Loading…
Reference in New Issue