We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8279577 commit 6e8c8cbCopy full SHA for 6e8c8cb
1 file changed
.github/workflows/go.yml
@@ -39,13 +39,21 @@ jobs:
39
CGO_ENABLED=0 go build -v -o duckserver_magic server_magic.go
40
41
- name: Patch glibc for backwards compatibility
42
- uses: lmangani/polyfill-glibc-action@1.1.1
+ uses: lmangani/polyfill-glibc-action@1.1.2
43
continue-on-error: true
44
- id: polyfill
+ id: polyfill1
45
with:
46
glibc: "2.28"
47
target: "/github/workspace/go/duckserver"
48
-
+
49
+ - name: Patch glibc for backwards compatibility
50
51
+ continue-on-error: true
52
+ id: polyfill2
53
+ with:
54
+ glibc: "2.28"
55
+ target: "/github/workspace/go/duckserver_magic"
56
57
- name: Upload Release Binary
58
uses: alexellis/upload-assets@0.4.0
59
env:
0 commit comments