win build fix 8 - temp disable others
This commit is contained in:
5
.github/workflows/build-releases.yml
vendored
5
.github/workflows/build-releases.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
env:
|
env:
|
||||||
P2POOL_VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || github.ref_name }}
|
P2POOL_VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || github.ref_name }}
|
||||||
|
SKIP_NON_WINDOWS_BUILDS: "true"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -42,10 +43,12 @@ jobs:
|
|||||||
./build.sh
|
./build.sh
|
||||||
|
|
||||||
- name: Build Linux x64 release
|
- name: Build Linux x64 release
|
||||||
|
if: env.SKIP_NON_WINDOWS_BUILDS != 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: scripts/release/linux_x64/build.sh "${P2POOL_VERSION}"
|
run: scripts/release/linux_x64/build.sh "${P2POOL_VERSION}"
|
||||||
|
|
||||||
- name: Build macOS aarch64 release
|
- name: Build macOS aarch64 release
|
||||||
|
if: env.SKIP_NON_WINDOWS_BUILDS != 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: scripts/release/macos_aarch64/build.sh "${P2POOL_VERSION}"
|
run: scripts/release/macos_aarch64/build.sh "${P2POOL_VERSION}"
|
||||||
|
|
||||||
@@ -64,7 +67,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: p2pool-${{ env.P2POOL_VERSION }}-releases
|
name: p2pool-${{ env.P2POOL_VERSION }}-releases
|
||||||
if-no-files-found: error
|
if-no-files-found: warn
|
||||||
path: |
|
path: |
|
||||||
scripts/release/p2pool-${{ env.P2POOL_VERSION }}-linux-x64.tar.gz
|
scripts/release/p2pool-${{ env.P2POOL_VERSION }}-linux-x64.tar.gz
|
||||||
scripts/release/p2pool-${{ env.P2POOL_VERSION }}-macos-aarch64.tar.gz
|
scripts/release/p2pool-${{ env.P2POOL_VERSION }}-macos-aarch64.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user