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.
2 parents ee5318b + 7869600 commit d227610Copy full SHA for d227610
.github/workflows/packager_deb.yml
@@ -82,6 +82,9 @@ 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 post arm64 build
86
+ run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
87
+
88
# Control file for arm64 creation
89
- name: create control file
90
run: |
0 commit comments