Skip to content

Commit b45347a

Browse files
committed
Wrong architecture binary ended up in arm64
1 parent ee5318b commit b45347a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/packager_deb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
- name: Building bor for arm64
8383
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
8484

85+
- name: Copying necessary binary file
86+
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
87+
8588
# Control file for arm64 creation
8689
- name: create control file
8790
run: |

0 commit comments

Comments
 (0)