fix: install correct mc binary for arm64
Instead of installing the amd64 binary for mc
into the container, we now install the arm64 binary for arm64 target platforms. We continue to use ADD for layer caching, rename the appropriate binary per TARGETPLATFORM to simply mc
, then remove the others again. This is a bit inefficient as layers go, but this is a 24MB binary and it is only done for the staging container.
Merge request reports
Activity
assigned to @wdconinc
added 10 commits
-
37a1d9ae...2f2070d8 - 9 commits from branch
master
- 9319b38d - fix: install correct mc binary for arm64
-
37a1d9ae...2f2070d8 - 9 commits from branch
added 1 commit
- bce14c69 - fix: for loop to remove different architecture mc
Please register or sign in to reply