Skip to content

Commit 6e8c8cb

Browse files
authored
Update go.yml
1 parent 8279577 commit 6e8c8cb

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,21 @@ jobs:
3939
CGO_ENABLED=0 go build -v -o duckserver_magic server_magic.go
4040
4141
- name: Patch glibc for backwards compatibility
42-
uses: lmangani/polyfill-glibc-action@1.1.1
42+
uses: lmangani/polyfill-glibc-action@1.1.2
4343
continue-on-error: true
44-
id: polyfill
44+
id: polyfill1
4545
with:
4646
glibc: "2.28"
4747
target: "/github/workspace/go/duckserver"
48-
48+
49+
- name: Patch glibc for backwards compatibility
50+
uses: lmangani/polyfill-glibc-action@1.1.2
51+
continue-on-error: true
52+
id: polyfill2
53+
with:
54+
glibc: "2.28"
55+
target: "/github/workspace/go/duckserver_magic"
56+
4957
- name: Upload Release Binary
5058
uses: alexellis/upload-assets@0.4.0
5159
env:

0 commit comments

Comments
 (0)