Skip to content

Commit 10fb6b3

Browse files
committed
ci(lfs): include arm64 on allowed arch input
1 parent 58a5dfc commit 10fb6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Check arch input
2626
run: |
27-
$allowed_archs = "x86", "x64";
27+
$allowed_archs = "x86", "x64", "arm64";
2828
if (-not ($allowed_archs -contains "${{ inputs.arch }}"))
2929
{
3030
Write-Host "Arch not found";

0 commit comments

Comments
 (0)