We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deabccf commit 6ea91f4Copy full SHA for 6ea91f4
.github/workflows/release.yaml
@@ -76,11 +76,6 @@ jobs:
76
username: ${{ secrets.DOCKER_USERNAME }}
77
password: ${{ secrets.DOCKER_PASSWORD }}
78
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
-
84
- name: Extract metadata (tags, labels) for Docker
85
id: meta
86
uses: docker/metadata-action@v5
0 commit comments