Skip to content

Commit c4acaec

Browse files
committed
fix: remove UPX compression that causes Killed:9 on macOS
1 parent 68925bf commit c4acaec

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ jobs:
5252
run: |
5353
go build -ldflags="-s -w -X github.com/openbootdotdev/openboot/internal/cli.version=${{ steps.version.outputs.version }}" -trimpath -o openboot-${{ matrix.os }}-${{ matrix.arch }} ./cmd/openboot
5454
55-
- name: Install UPX
56-
run: |
57-
sudo apt-get update
58-
sudo apt-get install -y upx-ucl
59-
60-
- name: Compress with UPX
61-
run: |
62-
upx --best --lzma --force-macos openboot-${{ matrix.os }}-${{ matrix.arch }}
63-
ls -lh openboot-${{ matrix.os }}-${{ matrix.arch }}
64-
6555
- name: Upload artifact
6656
uses: actions/upload-artifact@v4
6757
with:

0 commit comments

Comments
 (0)