Skip to content

Commit

Permalink
hotfix: rename build
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 26, 2023
1 parent f88346c commit d159dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-spider-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: go mod download

- name: go build
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOARM=6 go build -ldflags '-w -s' -o api_server vlink.dev/eoefans/cmd/api
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOARM=6 go build -ldflags '-w -s' -o spider vlink.dev/eoefans/cmd/spider

- name: Log in to VLINK Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit d159dc2

Please sign in to comment.