From 43148001d679200102419b945e608a95a0be79e7 Mon Sep 17 00:00:00 2001 From: Nhat Ngo Date: Mon, 12 Feb 2024 13:40:53 +1100 Subject: [PATCH] Remove unsupported target platform on github actions --- .github/workflows/build-python.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-python.yaml b/.github/workflows/build-python.yaml index d5b4168..79651d9 100644 --- a/.github/workflows/build-python.yaml +++ b/.github/workflows/build-python.yaml @@ -27,7 +27,6 @@ jobs: with: context: python file: python/Dockerfile-312 - platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/${{ github.repository }}/python:latest