Skip to content

Commit

Permalink
fix docker params
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent b8eb020 commit 25f748d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
# CGO_ENABLED: '1'
run: |
docker run --rm \
-v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 \
-v $PWD/:/rdk \
--env GOFLAGS="-tags=no_tflite,no_pigpio -buildvcs=false" \
ghcr.io/viamrobotics/viam-server:armv7 \
sh -c "go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test\" --fail-empty"
build:
needs: [test]
Expand Down

0 comments on commit 25f748d

Please sign in to comment.