-
Hi, can you upload your app as a standalone container too? There are a lot of HA-users unable to use addons (HA can be installed as an app/container in cosmos cloud, casaOS etc.)
edit: nvm, rtfm: […
-
Inside a repository, the image list is currently a flat list of images with and without a tag, respectively. This works fine for single-architecture images like we build ourselves, but now that we've …
-
This hardcode
``` cmake
install(
TARGETS mstch EXPORT mstchTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
^^^
```
behaves poorly on x86_64 and/or multia…
-
{
"platform":"",
"hub-mirror": [
"若对OS/ARCH无要求,platform请留空,不要加任何值,默认就是linux/amd64",
"如需切换arm架构,请修改platform为arm64或linux/arm64/v8",
"格式:你需要转换的原始镜像$自定义镜像名:自定义标签名 (其中 …
-
if yes add integration test for multi arch
-
{
"platform":"",
"hub-mirror": [
"若对OS/ARCH无要求,platform请留空,不要加任何值,默认就是linux/amd64",
"如需切换arm架构,请修改platform为arm64或linux/arm64/v8",
"格式:你需要转换的原始镜像$自定义镜像名:自定义标签名 (其中 …
-
On the webinar I saw that you can specify `--platform=` to build multiarch, but it would be really nice if you could list them in an `.acornrc` in your home folder or something so it always does it wi…
-
I am having issues building this on my multiarch system, specifically the build script tries to link the 32-bit host library with a 64-bit version of libwinecrt0, I'm going to build this in a 32-bit c…
-
It there a specific reason why there are no tags / multiarch manifests on docker hub for the alpine version.
openjdk-docker/11/jdk/alpine/Dockerfile.hotspot.releases.full
already is able to build …
Xnyle updated
3 years ago
-
I just use configure and make -j, yet cannot build gblic 2.37, I think the reason is my E5-2678v3 CPU does not support avx512 instruction set. Can I disable avx512 instruction set before compiling?
…