mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-26 03:06:53 +08:00
Merge branch 'master' into merge/master-develop-oct2022
This commit is contained in:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'The tag to create (optional)'
|
||||
description: "The tag to create (optional)"
|
||||
required: false
|
||||
|
||||
concurrency:
|
||||
@@ -110,7 +110,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-x64, macos-x64, macos-arm64, linux-x64, linux-musl-x64, linux-armv7, linux-arm64 ]
|
||||
platform:
|
||||
[
|
||||
windows-x64,
|
||||
macos-x64,
|
||||
macos-arm64,
|
||||
linux-x64,
|
||||
linux-musl-x64,
|
||||
linux-armv7,
|
||||
linux-arm64,
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -131,7 +140,7 @@ jobs:
|
||||
STACKS_NODE_VERSION=${{ github.event.inputs.tag || env.GITHUB_SHA_SHORT }}
|
||||
GIT_BRANCH=${{ env.GITHUB_REF_SHORT }}
|
||||
GIT_COMMIT=${{ env.GITHUB_SHA_SHORT }}
|
||||
|
||||
|
||||
- name: Compress artifact
|
||||
run: zip --junk-paths ${{ matrix.platform }} ./dist/${{ matrix.platform }}/*
|
||||
|
||||
@@ -290,7 +299,16 @@ jobs:
|
||||
- create-release
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ windows-x64, macos-x64, macos-arm64, linux-x64, linux-musl-x64, linux-armv7, linux-arm64 ]
|
||||
platform:
|
||||
[
|
||||
windows-x64,
|
||||
macos-x64,
|
||||
macos-arm64,
|
||||
linux-x64,
|
||||
linux-musl-x64,
|
||||
linux-armv7,
|
||||
linux-arm64,
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/docs-pr.yml
vendored
2
.github/workflows/docs-pr.yml
vendored
@@ -19,7 +19,7 @@ on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
dist:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user