mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Use the same file naming scheme for Windows as is used for Ubuntu, where the file name includes the Operating System name and release, but not the target platform. This also encourages downstream consumers to re-use the same files with alternative targets by extending the `builders` section and using the `-only` command line option with Packer to specify the build target. Closes #1636
20 lines
303 B
YAML
20 lines
303 B
YAML
schedules:
|
|
- cron: "0 0 * * *"
|
|
displayName: Daily
|
|
branches:
|
|
include:
|
|
- main
|
|
always: true
|
|
|
|
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_type: windows2016
|
|
image_readme_name: Windows2016-Readme.md |