ci: disable cross-building arm-v7 image

This commit is contained in:
Geoff Bourne
2019-08-13 20:06:57 -05:00
parent ea4f78346a
commit 6ef4e984c7

View File

@@ -9,9 +9,9 @@ jobs:
- run:
name: Build image
command: docker build -t itzg/minecraft-server:${CIRCLE_BRANCH} .
- run:
name: Build arm v7 image
command: docker build -t itzg/minecraft-server:${CIRCLE_BRANCH}-arm-v7 --platform linux/arm/v7 --build-arg ARCH=armv7 .
# - run:
# name: Build arm v7 image
# command: docker build -t itzg/minecraft-server:${CIRCLE_BRANCH}-arm-v7 --platform linux/arm/v7 --build-arg ARCH=armv7 .
workflows:
version: 2