Skip to content

Commit

Permalink
Fix for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahbrown41 committed Feb 4, 2024
1 parent d006187 commit ec5847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go test -v ./...

- name: Build Linux
run: go build go build -v -o ./family-dashboard .
run: go build -v -o ./family-dashboard .

- name: Build Raspberry Pi
run: env GOOS=linux GOARCH=arm GOARM=5 go build -v -o ./family-dashboard-pi .
Expand Down

0 comments on commit ec5847a

Please sign in to comment.