Skip to content

Commit

Permalink
Keep only binary Linux builds
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Apr 24, 2024
1 parent f18209a commit fcb75dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
retention-days: 7

build-docker:
if: false # Disabled for SUSE builds
runs-on: ubuntu-latest
needs: [configure]
env:
Expand Down Expand Up @@ -214,6 +215,7 @@ jobs:
fi
package-windows:
if: false # Disabled for SUSE builds
runs-on: windows-2019
defaults:
run:
Expand Down Expand Up @@ -321,6 +323,7 @@ jobs:
name: binaries
path: dist
- name: Download Windows binaries
if: false # Disabled for SUSE builds
uses: actions/download-artifact@v4
with:
name: binaries-windows
Expand All @@ -346,6 +349,7 @@ jobs:
gh release create "$VERSION" "${assets[@]}" --target "$GITHUB_SHA" -F "./release notes/${VERSION}.md"
publish-packages:
if: false # Disabled for SUSE builds
runs-on: ubuntu-latest
needs: [configure, build, package-windows]
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.event_name != 'workflow_dispatch' }}
Expand All @@ -360,6 +364,7 @@ jobs:
name: binaries
path: dist
- name: Download Windows binaries
if: false # Disabled for SUSE builds
uses: actions/download-artifact@v4
with:
name: binaries-windows
Expand Down

0 comments on commit fcb75dd

Please sign in to comment.