From 6aa35438c5eb9d6bed5549e0dbb85bfb25ab1c60 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Mon, 2 Sep 2024 20:21:35 +0800 Subject: [PATCH] restored arm build for jupyter-python image --- .gitea/workflows/build-jupyter-python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-jupyter-python.yaml b/.gitea/workflows/build-jupyter-python.yaml index cb47a62..0682af6 100644 --- a/.gitea/workflows/build-jupyter-python.yaml +++ b/.gitea/workflows/build-jupyter-python.yaml @@ -29,7 +29,7 @@ jobs: uses: docker/build-push-action@v5.3.0 with: context: "{{defaultContext}}:jupyter-python" - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true pull: true tags: gitea.woggioni.net/woggioni/jupyter-python:latest