Skip to content

Commit

Permalink
ubicloud
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Dec 26, 2024
1 parent 845c6ac commit b9a5839
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pgrx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-8
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ concurrency:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
arch: ["x86_64", "aarch64"]
include:
- runner: "ubicloud-standard-4"
arch: "x86_64"
- runner: "ubicloud-standard-4-arm"
arch: "aarch64"
runs-on: ${{ matrix.runner }}
env:
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9"
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9-nightly-2024-12-25"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9a5839

Please sign in to comment.