From bf3b9d61d976381c7831b2454893315167ac290b Mon Sep 17 00:00:00 2001 From: Phoenix Pereira <47909638+phoenixpereira@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:41:39 +0930 Subject: [PATCH] Revert "build(ci): Use Github runner for production build (#183)" (#185) This reverts commit 28219a4bdbcce716bc7c505c2ff7cd07a870557f. --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 401d5e74..2ee1fc17 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -15,7 +15,7 @@ jobs: build: needs: lint-format name: Build - runs-on: ubuntu-latest + runs-on: [self-hosted, ARM64] # Since deployment is on arm64 environment: Production permissions: id-token: write