Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add newly supported platforms linux_arm64 and windows_amd64
  • Loading branch information
samansmink authored Jul 3, 2024
1 parent e526d8f commit a392ea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ tables, both local and remote.

# Supported platforms
The supported platforms are:
- `linux_amd64` and `linux_amd64_gcc4`
- `linux_amd64` and `linux_amd64_gcc4` and `linux_arm64`
- `osx_amd64` and `osx_arm64`
- `windows_amd64`

Support for the [other](https://duckdb.org/docs/extensions/working_with_extensions#platforms) DuckDB platforms is
work-in-progress
Expand Down Expand Up @@ -68,4 +69,4 @@ To also run the tests on generated data:
```shell
make generate-data
GENERATED_DATA_AVAILABLE=1 make test
```
```

0 comments on commit a392ea5

Please sign in to comment.