We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45347a commit 7869600Copy full SHA for 7869600
.github/workflows/packager_deb.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Building bor for arm64
83
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
84
85
- - name: Copying necessary binary file
+ - name: Copying necessary binary post arm64 build
86
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
87
88
# Control file for arm64 creation
0 commit comments