Skip to content

Commit

Permalink
Merge pull request #1380 from maticnetwork/djpolygon/SPEC-559
Browse files Browse the repository at this point in the history
Wrong architecture binary ended up in arm64
  • Loading branch information
marcello33 authored Dec 10, 2024
2 parents ee5318b + 7869600 commit d227610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packager_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ 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 post arm64 build
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/

# Control file for arm64 creation
- name: create control file
run: |
Expand Down

0 comments on commit d227610

Please sign in to comment.