瀏覽代碼

change i386 to arm32v7 docker

pull/64/head
Luigi Cruz 2 年之前
父節點
當前提交
ed3369a698
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      build-docker.sh

+ 1
- 1
build-docker.sh 查看文件

@@ -78,7 +78,7 @@ BUILD_OPTS="$(echo "${BUILD_OPTS:-}" | sed -E 's@\-c\s?([^ ]+)@-c /config@')"
# Check the arch of the machine we're running on. If it's 64-bit, use a 32-bit base image instead
case "$(uname -m)" in
x86_64|aarch64)
BASE_IMAGE=i386/debian:bullseye
BASE_IMAGE=arm32v7/debian:bullseye
;;
*)
BASE_IMAGE=debian:bullseye


Loading…
取消
儲存