From 970ac75c90b75c0a32778ac4e3796a15b2658f6a Mon Sep 17 00:00:00 2001 From: thakiyudheen Date: Fri, 12 Jul 2024 19:02:55 +0530 Subject: [PATCH] add am64 --- .github/workflows/learnup-client .yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/learnup-client .yaml b/.github/workflows/learnup-client .yaml index 522eb7f..d973a11 100644 --- a/.github/workflows/learnup-client .yaml +++ b/.github/workflows/learnup-client .yaml @@ -23,5 +23,6 @@ jobs: uses: docker/build-push-action@v4 with: context: ./ + platforms: linux/amd64,linux/arm64 push: true tags: thakiyudheen/learnup-client:latest \ No newline at end of file