File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
context : .
67
67
file : Dockerfile.base
68
68
push : false
69
+ platforms : linux/amd64
69
70
build-args : |
70
71
PYTHON_VERSION=${{ matrix.pyver }}
71
72
tags : |
72
- ghcr.io/${{ steps.repo.outputs.REPO }} -base:${{ steps.pyver_short.outputs.PYVER_SHORT }}-pr-test
73
+ python-mode -base:${{ steps.pyver_short.outputs.PYVER_SHORT }}-pr-test
Original file line number Diff line number Diff line change @@ -73,4 +73,4 @@ RUN cd /tmp && \
73
73
./configure --with-features=huge --enable-multibyte --enable-python3interp=yes --with-python3-config-dir=$(python-config --configdir) --enable-perlinterp=yes --enable-luainterp=yes --enable-cscope --prefix=/usr/local --exec-prefix=/usr/local && \
74
74
make && \
75
75
make install && \
76
- echo "Vim for Python $pyver installed as vim"
76
+ echo "Vim for Python $PYTHON_VERSION installed as vim"
You can’t perform that action at this time.
0 commit comments