Skip to content

Commit 61d1a78

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Enable precompile on arm linux (#28030)
Enable precompiling on arm linux GitOrigin-RevId: 34acb22e792c49a7ba9bf7ba3483dc2af8cc0683
1 parent e239027 commit 61d1a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
os: "'macos-latest-xlarge'"
2222
- target: x86_64-pc-windows-msvc
2323
os: "'windows-latest'"
24-
#- target: aarch64-unknown-linux-gnu
25-
# os: ubuntu-latest
24+
- target: aarch64-unknown-linux-gnu
25+
os: "'ubuntu-latest'"
2626
name: Build Convex Backend
2727
runs-on: ${{ fromJSON(matrix.os) }}
2828
steps:

0 commit comments

Comments
 (0)