Skip to content

Commit 57067a9

Browse files
committed
CI: fix
1 parent 0ef36aa commit 57067a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_base_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
context: .
6767
file: Dockerfile.base
6868
push: false
69+
platforms: linux/amd64
6970
build-args: |
7071
PYTHON_VERSION=${{ matrix.pyver }}
7172
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

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ RUN cd /tmp && \
7373
./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 && \
7474
make && \
7575
make install && \
76-
echo "Vim for Python $pyver installed as vim"
76+
echo "Vim for Python $PYTHON_VERSION installed as vim"

0 commit comments

Comments
 (0)