mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Build packages on gh runners
This commit is contained in:
parent
c51306aca7
commit
9a349669f5
1 changed files with 2 additions and 6 deletions
8
.github/workflows/build-packages.yml
vendored
8
.github/workflows/build-packages.yml
vendored
|
@ -165,9 +165,7 @@ jobs:
|
|||
build-deb-packages:
|
||||
name: DEB
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- linux
|
||||
- ${{ matrix.arch }}
|
||||
- linux-${{ matrix.arch }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -263,9 +261,7 @@ jobs:
|
|||
build-rpm-packages:
|
||||
name: RPM
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- linux
|
||||
- ${{ matrix.arch }}
|
||||
- linux-${{ matrix.arch }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue