From 414272b6861d4cc861f5f51e92c661acb69d5ea9 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:16:36 -0500 Subject: [PATCH] Update platform strings --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 146be04514..e8547b8244 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,7 +196,7 @@ jobs: if-no-files-found: error build: - name: Build artifacts + name: Build projects runs-on: ubuntu-22.04 # needs: # - lint @@ -249,7 +249,7 @@ jobs: platforms: | linux/amd64, linux/arm/v7, - linux/arm64/v8 + linux/arm64 push: true tags: ${{ steps.image-name.outputs.name }} secrets: | @@ -376,7 +376,7 @@ jobs: platforms: | linux/amd64, linux/arm/v7, - linux/arm64/v8 + linux/arm64 push: true tags: ${{ steps.image-name.outputs.name }} secrets: |