Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefMarlin committed Aug 29, 2023
1 parent 7643fc5 commit f23b688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/binaryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Install dependencies
run: go mod download

- name: Download lib.tgz for object detection
run: curl -L https://7ff.org/lib.tgz -o pkg/objectPredict/lib.tgz

- name: Download releaseMaker
run: wget https://github.com/8ff/releaseMaker/releases/download/latest/releaseMaker.linux.amd64 -O /tmp/releaseMaker && chmod +x /tmp/releaseMaker
Expand Down
1 change: 1 addition & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
curl -L https://7ff.org/lib.tgz -o pkg/objectPredict/lib.tgz
docker buildx build --no-cache --push --platform linux/arm64,linux/amd64 -t 8fforg/firescrew:latest -f docker/Dockerfile .

0 comments on commit f23b688

Please sign in to comment.