Skip to content

Commit 6918352

Browse files
cindydeng1998mhshami01rajnish-byte
authored
Add arm64V8 to platform option (#15454)
* 1- merge with upstream; 2- add a new platform; 3- remove ID * update task.json * minor edit Co-authored-by: Haitham Shami <[email protected]> Co-authored-by: rajnish-byte <[email protected]>
1 parent db771a1 commit 6918352

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Tasks/AzureIoTEdgeV2/task.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"friendlyName": "Azure IoT Edge",
55
"description": "Build and deploy an Azure IoT Edge image",
66
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/build/azure-iot-edge",
7-
"helpMarkDown": "Visit the [documentation](https://docs.microsoft.com/en-us/azure/iot-edge/how-to-continuous-integration-continuous-deployment) for help",
7+
"helpMarkDown": "Visit the [documentation](https://docs.microsoft.com/en-us/azure/iot-edge/how-to-continuous-integration-continuous-deployment) for help.",
88
"category": "Build",
99
"visibility": [
1010
"Build",
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 4,
17-
"Patch": 11
17+
"Patch": 12
1818
},
1919
"preview": false,
2020
"showEnvironmentVariables": true,
@@ -181,7 +181,8 @@
181181
"options": {
182182
"amd64": "amd64",
183183
"windows-amd64": "windows-amd64",
184-
"arm32v7": "arm32v7"
184+
"arm32v7": "arm32v7",
185+
"arm64v8": "arm64v8"
185186
},
186187
"properties": {
187188
"EditableOptions": "True"
@@ -237,7 +238,7 @@
237238
"target": "azureContainerRegistry",
238239
"endpointId": "$(azureSubscriptionEndpoint)",
239240
"dataSourceName": "AzureRMContainerRegistries",
240-
"resultTemplate": "{\"Value\":\"{\\\"loginServer\\\":\\\"{{{properties.loginServer}}}\\\", \\\"id\\\" : \\\"{{{id}}}\\\"}\",\"DisplayValue\":\"{{{name}}}\"}"
241+
"resultTemplate": "{\"Value\":\"{\\\"loginServer\\\":\\\"{{{properties.loginServer}}}\\\", \"DisplayValue\":\"{{{name}}}\"}"
241242
},
242243
{
243244
"target": "iothubname",
@@ -290,4 +291,4 @@
290291
"visibleRule": "action = Build module images"
291292
}
292293
]
293-
}
294+
}

Tasks/AzureIoTEdgeV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 4,
17-
"Patch": 11
17+
"Patch": 12
1818
},
1919
"preview": false,
2020
"showEnvironmentVariables": true,
@@ -290,4 +290,4 @@
290290
"visibleRule": "action = Build module images"
291291
}
292292
]
293-
}
293+
}

0 commit comments

Comments
 (0)