File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read
1515
1616env :
17- # `public` indicates images to MCR wil be publicly available, and will be removed in the final MCR images
17+ # `public` indicates images to MCR will be publicly available, and will be removed in the final MCR images
1818 REGISTRY_REPO : public/aks/fleet
1919 ARC_REGISTRY_REPO : public/microsoft.fleetmember
2020
@@ -167,7 +167,7 @@ jobs:
167167 env :
168168 MEMBER_AGENT_IMAGE_VERSION : ${{ needs.prepare-variables.outputs.release_tag }}-arm64
169169 REGISTRY : ${{ secrets.AZURE_REGISTRY }}/${{ env.REGISTRY_REPO}}
170- TARGET_ARCH : linux/ arm64
170+ TARGET_ARCH : arm64
171171 - name : Build and publish refresh-token
172172 # Note (chenyu1): must preserve the environment here.
173173 run : |
You can’t perform that action at this time.
0 commit comments