Skip to content

Commit

Permalink
try running build
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 16, 2023
1 parent 732e0cd commit f5cea48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ jobs:
pull: true
push: true
platforms: linux/armv7
build:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
container:
image: ghcr.io/viamrobotics/viam-server:armv7
options: --platform linux/armv7
steps:
- uses: actions/checkout@v3
- name: build
run: go build -v -tags no_pigpio,no_tflite ./web/cmd/server

0 comments on commit f5cea48

Please sign in to comment.