Skip to content

Commit

Permalink
Revert "build(ci): Use Github runner for production build (#183)" (#185)
Browse files Browse the repository at this point in the history
This reverts commit 28219a4.
  • Loading branch information
phoenixpereira authored Aug 31, 2024
1 parent 28219a4 commit bf3b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf3b9d6

Please sign in to comment.