fix: arm64不支持lua

This commit is contained in:
xiao 2024-11-25 13:04:40 +08:00
parent 1e009931b2
commit ecb961936c

View File

@ -37,7 +37,7 @@ lnmp_bullseye:
script: docker login -u ${CNB_TOKEN_USER_NAME} -p "${CNB_TOKEN}" ${CNB_DOCKER_REGISTRY}
- name: docker build
timeout: 3600s
script: docker build -t ${IMAGE_TAG} .
script: docker build -t ${IMAGE_TAG} -f ./arm64/Dockerfile ./arm64
- name: docker push
script: docker push ${IMAGE_TAG}
- name: resolve