diff --git a/.github/workflows/packager_deb.yml b/.github/workflows/packager_deb.yml index 5a0d3177e2..526d0e75a6 100644 --- a/.github/workflows/packager_deb.yml +++ b/.github/workflows/packager_deb.yml @@ -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: |