Wrong architecture binary ended up in arm64

This commit is contained in:
Daniel Jones 2024-12-05 11:03:04 -06:00
parent ee5318b07b
commit b45347aa1a
No known key found for this signature in database
GPG key ID: 20DF8333A8033CE2

View file

@ -82,6 +82,9 @@ jobs:
- name: Building bor for arm64 - 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 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 # Control file for arm64 creation
- name: create control file - name: create control file
run: | run: |