Skip to content

Commit

Permalink
disable arm psql test
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy committed Dec 26, 2024
1 parent 87d05c6 commit 72582de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/psql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
strategy:
matrix:
version: ["14", "15", "16", "17"]
runner: ["ubicloud-standard-4", "ubicloud-standard-4-arm"]
runner: ["ubuntu-latest"]
env:
PGRX_IMAGE: "ghcr.io/tensorchord/vectorchord-pgrx:0.12.9-nightly-2024-12-25"
SQLLOGICTEST: "0.22.0"
ARCH: ${{ matrix.runner == 'ubicloud-standard-4' && 'x86_64' || 'aarch64' }}
PLATFORM: ${{ matrix.runner == 'ubicloud-standard-4' && 'amd64' || 'arm64' }}
ARCH: "x86_64"
PLATFORM: "amd64"

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

0 comments on commit 72582de

Please sign in to comment.