Skip to content

Commit 6ea91f4

Browse files
committed
chore: remove arm64 dockerfile editor in CI
Signed-off-by: Peefy <[email protected]>
1 parent deabccf commit 6ea91f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
username: ${{ secrets.DOCKER_USERNAME }}
7777
password: ${{ secrets.DOCKER_PASSWORD }}
7878

79-
- name: Edit arm64 arch for Dockerfile
80-
run: |
81-
sed -i 's/ubuntu:22.04/arm64v8\/ubuntu:20.04/g' Dockerfile
82-
echo "ENV KCL_FAST_EVAL=1" >> Dockerfile
83-
8479
- name: Extract metadata (tags, labels) for Docker
8580
id: meta
8681
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)