summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2020-12-05 09:55:22 +0100
committerNicolas Hennion <nicolashennion@gmail.com>2020-12-05 09:55:22 +0100
commit38fcc24e65d7f6ae9e66f370a2e58d3c1cb50a2e (patch)
tree02b2ba6f23742ada7badf1de6aaa932c52bfc129 /.github
parent903fa844f46fe6fcb3572f6e643ef42abbe57091 (diff)
Reverse the last PR #1762 because it breaks the CI pipeline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4fcd2f10..95ee7fb1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
id: prepare
env:
DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }}
- DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
+ DOCKER_PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/386
run: |
VERSION=latest