Skip to content

Commit 2c009b1

Browse files
CD: Fix Go musl CD issue (#4719)
Signed-off-by: James Xin <james.xin@improving.com>
1 parent a6c64bb commit 2c009b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
make install-build-tools
127127
make build GLIDE_VERSION="${RELEASE_VERSION}" TARGET_TRIPLET="${{ matrix.host.TARGET }}"
128128
- name: Move FFI artifacts on linux
129-
if: ${{ contains(matrix.host.TARGET, 'linux-gnu') }}
129+
if: ${{ contains(matrix.host.TARGET, 'linux') }}
130130
run: |
131131
mkdir -p $GITHUB_WORKSPACE/ffi/target/release
132132
cp ffi/target/*/release/libglide_ffi.a $GITHUB_WORKSPACE/ffi/target/release/

0 commit comments

Comments
 (0)