Skip to content

Commit

Permalink
Add linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
n-e committed Mar 20, 2024
1 parent ff01d3e commit b0b33ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
matrix:
platform:
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04

- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04

- target: aarch64-apple-darwin
os: macOS-latest
os: macos-14

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Unlike many databases, the `psql` CLI only supports text, csv and proprietary bi

## Supported formats

Right now `pgextract` only supports extracting data to NDJSON, but I plan to add relevant formats shortly.

| Format | Load |  Extract |
| ---------------------- | ---- | -------- |
| Newline-delimited JSON |||

0 comments on commit b0b33ca

Please sign in to comment.