Skip to content

Commit

Permalink
Use the extra index when building the armv7l wheels (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus authored Nov 14, 2024
1 parent a0272b1 commit c0e2e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.armv7l
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /socketsocketcan
RUN [ "cross-build-start" ]

# Build the wheel.
RUN python3 -m pip -v wheel --wheel-dir=/socketsocketcan-wheel /socketsocketcan
RUN python3 -m pip -v wheel --extra-index-url=https://www.piwheels.org/simple --wheel-dir=/socketsocketcan-wheel /socketsocketcan

# Make sure the wheel is working.
RUN python3 -m pip install --no-index --find-links=/socketsocketcan-wheel socketsocketcan
Expand Down

0 comments on commit c0e2e4a

Please sign in to comment.