Skip to content

Commit 800a75b

Browse files
committed
Add armv6l
1 parent a5c9ed0 commit 800a75b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
- arch: linux_x86_64
7878
ext: so
7979
whl: manylinux2014_x86_64
80+
- arch: linux_armv6l
81+
ext: so
82+
whl: linux_armv6l
8083
steps:
8184
- name: Checkout Code
8285
uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> This is an beta release of the Viam Python SDK. Stability is not guaranteed. Breaking changes are likely to occur, and occur often.
1010
1111
## Installation
12-
Currently, we have pre-built binaries for macOS (both Intel and Apple Silicon), along with Linux (x86 and aarch64) that you can install via pip
12+
Currently, we have pre-built binaries for macOS (both Intel and Apple Silicon), along with Linux (x86, aarch64, armv6l) that you can install via pip
1313

1414
`pip install viam-sdk`
1515

0 commit comments

Comments
 (0)