diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 759debc..1959de8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -92,7 +92,7 @@ jobs: if: ${{ steps.is_main_repo.outputs.value && github.event_name != 'pull_request' }} uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 with: - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/aarch64 - name: Install Buildx if: ${{ steps.is_main_repo.outputs.value && github.event_name != 'pull_request' }} @@ -104,7 +104,7 @@ jobs: timeout-minutes: 20 with: context: deployment/build - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/aarch64 load: false push: true tags: openremote/manager:develop @@ -120,7 +120,7 @@ jobs: timeout-minutes: 20 with: context: deployment/build - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/aarch64 load: false push: true tags: |