mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 10:12:40 +08:00
disable docker builds
This commit is contained in:
30
.github/workflows/ci.yml
vendored
30
.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:
|
||||
@@ -96,7 +96,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
|
||||
@@ -117,7 +126,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 }}/*
|
||||
|
||||
@@ -128,7 +137,7 @@ jobs:
|
||||
path: ${{ matrix.platform }}.zip
|
||||
|
||||
call-docker-platforms-workflow:
|
||||
if: ${{ github.event.inputs.tag != '' }}
|
||||
if: ${{ false }}
|
||||
uses: stacks-network/stacks-blockchain/.github/workflows/docker-platforms.yml@master
|
||||
with:
|
||||
tag: ${{ github.event.inputs.tag }}
|
||||
@@ -142,6 +151,7 @@ jobs:
|
||||
# - a tag was pushed up
|
||||
# - this workflow was invoked against a non-master branch (a Docker image tag with the name of the branch will be published)
|
||||
build-publish:
|
||||
if: ${{ false }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -187,6 +197,7 @@ jobs:
|
||||
# - a tag was pushed up
|
||||
# - this workflow was invoked against a non-master branch (a Docker image tag with the name of the branch will be published)
|
||||
build-publish-stretch:
|
||||
if: ${{ false }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -276,7 +287,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
|
||||
|
||||
Reference in New Issue
Block a user