Disabel SELinux to fix builds on arm64

This commit is contained in:
Salt 2021-03-20 20:27:42 -05:00
parent 9aeb4b44b4
commit 1cf9089e33
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ stages:
services:
- docker:dind
before_script:
- echo 0 > /sys/fs/selinux/enforce || true
- echo -n "$CI_LOGIN_PASSWORD" | docker login -u "$CI_LOGIN_USERNAME" --password-stdin
- docker version
- docker info