mirror of https://github.com/statping/statping
workflow
parent
a8cd422232
commit
c4a8b9ea89
|
@ -68,11 +68,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [windows, linux, darwin]
|
platform: [linux]
|
||||||
arch: [386, amd64, arm-7, arm-6, arm64]
|
arch: [386, amd64, arm-7, arm-6, arm64]
|
||||||
exclude:
|
include:
|
||||||
- platform: [windows, darwin]
|
- platform: darwin
|
||||||
arch: [386, arm-7, arm-6, arm64]
|
arch: amd64
|
||||||
|
- platform: windows
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -123,10 +125,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set Version
|
||||||
|
run: |
|
||||||
|
echo ::set-env name=VERSION::$(cat version.txt)
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Download All Binaries
|
- name: Download All Binaries
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
|
||||||
path: ./build
|
|
||||||
|
|
||||||
- name: Production Ready Binaries
|
- name: Production Ready Binaries
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue