Skip to content

Commit d227610

Browse files
authored
Merge pull request ethereum#1380 from maticnetwork/djpolygon/SPEC-559
Wrong architecture binary ended up in arm64
2 parents ee5318b + 7869600 commit d227610

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 post arm64 build
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)