Skip to content

Commit

Permalink
Wrong architecture binary ended up in arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Dec 5, 2024
1 parent ee5318b commit b45347a
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 file
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 b45347a

Please sign in to comment.