diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6089d40..020ef67 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: no-cache: true context: ${{ matrix.component.context }} file: ${{ matrix.component.file }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ghcr.io/netcracker/${{ matrix.component.name }}:${{ env.TAG_NAME }} provenance: false \ No newline at end of file