Skip to content

Commit

Permalink
fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 6, 2024
1 parent 12b5a62 commit 49ac9c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/_shared-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
# build binaries
- name: Build linux amd64 binary
run: |
make docs
make build
env:
RELEASE: ${{ inputs.release }}
Expand Down Expand Up @@ -104,7 +103,6 @@ jobs:
# build binaries
- name: Build linux arm64 binary
run: |
make docs
make build GOARCH=arm64 CC=/usr/bin/aarch64-linux-gnu-gcc
env:
RELEASE: ${{ inputs.release }}
Expand Down Expand Up @@ -138,7 +136,6 @@ jobs:
# build binaries
- name: Build windows binary
run: |
make docs
make build
env:
RELEASE: ${{ inputs.release }}
Expand Down Expand Up @@ -172,7 +169,6 @@ jobs:
# build binaries
- name: Build macos amd64 binary
run: |
make docs
make build
env:
RELEASE: ${{ inputs.release }}
Expand Down Expand Up @@ -206,7 +202,6 @@ jobs:
# build binaries
- name: Build macos arm64 binary
run: |
make docs
make build GOARCH=arm64
env:
RELEASE: ${{ inputs.release }}
Expand Down

0 comments on commit 49ac9c7

Please sign in to comment.