mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
wip
This commit is contained in:
parent
372d3b95f6
commit
a48885ac3f
1 changed files with 6 additions and 6 deletions
|
@ -11,37 +11,37 @@ jobs:
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Win10_x64'
|
name: 'Win10x64'
|
||||||
Runtime: win10-x64
|
Runtime: win10-x64
|
||||||
OutputName: win-64
|
OutputName: win-64
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Win10_x86'
|
name: 'Win10x86'
|
||||||
Runtime: win10-x86
|
Runtime: win10-x86
|
||||||
OutputName: win-86
|
OutputName: win-86
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'OSX_x64'
|
name: 'OSXx64'
|
||||||
Runtime: osx-x64
|
Runtime: osx-x64
|
||||||
OutputName: osx-64
|
OutputName: osx-64
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Linux_x64'
|
name: 'Linuxx64'
|
||||||
Runtime: linux-x64
|
Runtime: linux-x64
|
||||||
OutputName: linux-64
|
OutputName: linux-64
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Linux_ARM'
|
name: 'LinuxARM'
|
||||||
Runtime: linux-arm
|
Runtime: linux-arm
|
||||||
OutputName: linux-arm
|
OutputName: linux-arm
|
||||||
|
|
||||||
- template: templates/publish-os-steps.yml
|
- template: templates/publish-os-steps.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: 'Linux_ARM_x64'
|
name: 'LinuxARMx64'
|
||||||
Runtime: linux-arm64
|
Runtime: linux-arm64
|
||||||
OutputName: linux-arm64
|
OutputName: linux-arm64
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue