We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e44dfa commit b2fa6d2Copy full SHA for b2fa6d2
.github/workflows/build-linux-arm64.yml
@@ -28,7 +28,7 @@ jobs:
28
OS: ${{ matrix.os }}
29
L1_VERSION: ${{ github.sha }}
30
L1_NETWORK_NAME: testnet
31
- MOVEVM_VERSION: v0.1.0 # 적절한 버전으로 변경하세요
+ MOVEVM_VERSION: v0.2.12 # 적절한 버전으로 변경하세요
32
run: |
33
docker buildx build --platform ${{ matrix.os }}/${{ matrix.arch }} \
34
--file .github/workflows/Dockerfile \
0 commit comments