Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 16, 2023
1 parent 566cf7f commit 8342ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_deploy_new.yml
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
build:
runs-on: self-linux-x64-16gb
runs-on: self-hosted-arm64-linux

env:
TURBO_TEAM: 'vercel'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- run: pnpm build

- run: turbo run build-native -- --release --target x86_64-unknown-linux-gnu
- run: turbo run build-native -- --release --target aarch64-unknown-linux-gnu

- run: pnpm playwright install-deps

Expand Down

0 comments on commit 8342ff8

Please sign in to comment.