From 782096cdb763c1f0171f57a3e75d640e0c033b51 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Tue, 19 Nov 2024 12:15:35 +0100 Subject: [PATCH] Removed arm64 support (temporary). --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8224f7..514d26e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ghcr.io/intreecom/robotlb:latest,ghcr.io/intreecom/robotlb:${{ github.ref_name }}