Skip to content

Commit 5dd156e

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 80af40f commit 5dd156e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
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: |

0 commit comments

Comments
 (0)