We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc19dbb commit bbd7d85Copy full SHA for bbd7d85
1 file changed
.github/workflows/build-cli-binaries.yml
@@ -59,10 +59,6 @@ jobs:
59
key: ${{ matrix.target }}
60
61
- name: Build binary
62
- env:
63
- # Set OPENSSL_DIR for musl targets (Alpine installs to /usr)
64
- # Cross passes through environment variables to the container
65
- OPENSSL_DIR: ${{ contains(matrix.target, 'musl') && '/usr' || '' }}
66
run: |
67
if [ "${{ matrix.use-cross }}" = "true" ]; then
68
cross build --release --target ${{ matrix.target }} -p opencode-cloud --bin occ
0 commit comments