Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cparle
platform-airflow-dags
Commits
f1bcd337
Commit
f1bcd337
authored
Dec 21, 2021
by
Gmodena
Browse files
Force amd64 docker builds
parent
58f4ce5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.python
View file @
f1bcd337
...
...
@@ -31,7 +31,7 @@ venv: docker-conda
endif
docker-conda
:
docker build
-t
${DOCKER_IMG}
-f
${DOCKERFILE}
.
docker build
x build
--platform
linux/amd64
-t
${DOCKER_IMG}
-f
${DOCKERFILE}
.
venv
:
${pip_requirements}
${DOCKER_CMD}
bash
-c
"export CONDA_ALWAYS_YES=true;
${CONDA_CMD}
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment