Skip to content

Commit

Permalink
Updating verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Dec 5, 2024
1 parent b45347a commit 7869600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packager_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Building bor for arm64
run: GOARCH=arm64 GOOS=linux CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ CGO_ENABLED=1 go build -o build/bin/bor ./cmd/cli/main.go

- name: Copying necessary binary file
- name: Copying necessary binary post arm64 build
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/

# Control file for arm64 creation
Expand Down

0 comments on commit 7869600

Please sign in to comment.