Skip to content
  • Kevin Daudt's avatar
    docker-image: disable buildkit on armv7 · 94a79d46
    Kevin Daudt authored
    buildkit is giving issues on armv7 after upgrading to musl-1.2. This is
    most likely seccomp related. Without buildkit, there are no issues.
    
    But we cannot blankly disable buildkit as the features we are using
    require an up-to-date docker version, which is not the case everywhere
    yet.
    
    So disable this for armv7 so that we can continue building images.
    94a79d46