We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89d02f commit 3d96500Copy full SHA for 3d96500
.github/workflows/publish.yml
@@ -65,7 +65,7 @@ jobs:
65
else
66
ENTRYPOINT=
67
fi
68
- docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.15 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
+ docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.16 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
69
- name: Check binaries
70
run: |
71
cat <<EOF > check.sh
0 commit comments