fix: dockerfile name

This commit is contained in:
Samuel Fernandes 2025-02-04 15:10:04 +00:00 committed by GitHub
parent 46a2b5c51a
commit a52520a486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ linux64: jni-header
docker run $(DOCKER_RUN_OPTS) -i -v $$PWD:/work xerial/centos5-linux-x86_64-pic bash -c 'make clean-native native-nocmake OS_NAME=Linux OS_ARCH=x86_64'
alpine-image:
docker build -f docker/Dockerfile.alpine -t snappy-java-alpine .
docker build -f docker/Dockerfile.alpine-linux-x86_64 -t snappy-java-alpine .
alpine: jni-header
docker run $(DOCKER_RUN_OPTS) -i -v $$PWD:/work snappy-java-alpine bash -c 'make clean-native native-nocmake OS_NAME=Alpine OS_ARCH=x86_64'