Skip to content

Commit e537a74

Browse files
authored
fixed package name for ubuntu2404 (#69)
1 parent 7982b59 commit e537a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildx/Dockerfile.ubuntu2404

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ RUN . /meta/env \
173173

174174
# Build the .deb package
175175
RUN . /meta/env \
176-
&& dpkg-deb --build /deb_build /artifacts/libpkcs11shim-${DISTRO_SHORT_NAME}-${PKG_ARCH}-${PKG_VERSION}${PKG_GITSUFFIX}.deb
176+
&& dpkg-deb --build /deb_build /artifacts/pkcs11-tools-${DISTRO_SHORT_NAME}-${PKG_ARCH}-${PKG_VERSION}${PKG_GITSUFFIX}.deb
177177

178178
# Final command to list the artifacts
179179
CMD [ "find", "/artifacts", "-type", "f" ]

0 commit comments

Comments
 (0)