Skip to content

Commit

Permalink
change linux-pkg to github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Dec 2, 2024
1 parent 439c995 commit c26daf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ inputs.external_call == false }}

build-pkg:
runs-on: [self-hosted, nzbget-linux]
runs-on: ubuntu-latest
needs: [build-linux]
if: always()
permissions:
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Build DEB and RPM packages
run: |
sudo apt-get update && sudo apt-get install rpm -y
sudo apt-get install rpm -y
bash linux/pkg/build-pkg.sh
- name: Upload DEB build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
BUILD_ARCHS: "32 64"
BUILD_TYPES: ${{ (github.ref_name == 'develop' || github.ref_name == 'main') && 'Release Debug' || 'Release Debug' }}
BUILD_TYPES: ${{ (github.ref_name == 'develop' || github.ref_name == 'main') && 'Release Debug' || 'Release' }}
BUILD_TESTING: ${{ (github.ref_name != 'main') && '-BuildTesting' || '' }}

jobs:
Expand Down

0 comments on commit c26daf8

Please sign in to comment.