Skip to content

Commit

Permalink
add more platform labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 6, 2023
1 parent 84cc27f commit af967c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion conda_smithy/templates/github-actions.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
'linux-aarch64': {
'os': 'ubuntu',
'self_hosted_label_os': 'linux',
'self_hosted_label_arch': '',
'self_hosted_label_arch': 'ARM64',
},
'linux-ppc64le': {
'os': 'ubuntu',
Expand All @@ -54,6 +54,11 @@ concurrency:
'self_hosted_label_os': 'windows',
'self_hosted_label_arch': 'x64',
},
'win-arm64': {
'os': 'windows',
'self_hosted_label_os': 'windows',
'self_hosted_label_arch': 'ARM64',
},
}
%}

Expand Down

0 comments on commit af967c9

Please sign in to comment.