Skip to content

Commit

Permalink
build(ci): Use Github runner for production build (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira authored Aug 30, 2024
1 parent adffc65 commit 28219a4
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: [self-hosted, ARM64] # Since deployment is on arm64
runs-on: ubuntu-latest
environment: Production
permissions:
id-token: write
Expand Down

0 comments on commit 28219a4

Please sign in to comment.