We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704eed0 commit f5e40f0Copy full SHA for f5e40f0
1 file changed
.github/workflows/build-wavpack.yml
@@ -153,6 +153,7 @@ jobs:
153
run: |
154
docker build \
155
--build-arg GLIBC_VERSION=${{ matrix.glibc_version }} \
156
+ --build-arg UBUNTU_VERSION=${{ matrix.ubuntu_version }} \
157
--build-arg WAVPACK_VERSION=${{ matrix.wavpack_version }} \
158
-f Dockerfile.build \
159
-t wavpack-builder .
0 commit comments