Skip to content

Commit

Permalink
test x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 15, 2023
1 parent 8635f34 commit e797f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
build:
runs-on: [self-hosted, linux, arm64]
runs-on: [self-hosted, linux, x64]

steps:
- run: env
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- run: pnpm build

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

- run: pnpm playwright install-deps

Expand Down

0 comments on commit e797f60

Please sign in to comment.