Skip to content

Commit 82bef46

Browse files
committed
rrr
Signed-off-by: peefy <xpf6677@163.com>
1 parent 4d0d223 commit 82bef46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
password: ${{ secrets.DOCKER_PASSWORD }}
7575

7676
- name: Edit arm64 arch for Dockerfile
77-
run: sed -i 's/ubuntu:22.04/arm64v8\/ubuntu:20.04/g' Dockerfile
77+
run: |
78+
sed -i 's/ubuntu:22.04/arm64v8\/ubuntu:20.04/g' Dockerfile
79+
echo "ENV KCL_FAST_EVAL=1" >> Dockerfile
7880
7981
- name: Extract metadata (tags, labels) for Docker
8082
id: meta

0 commit comments

Comments
 (0)