Skip to content
Snippets Groups Projects

FEAT(multi-arch): add support for multi arch

Closed Kay Effenberger requested to merge feat-multi-arch into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
image: python:3.9
variables:
DOCKER_HOST: tcp://docker:2375/
stages:
- test
@@ -62,7 +64,6 @@ docker-push:
variables:
# the name of the image without version
AURA_IMAGE_NAME: "autoradio/engine-recorder"
DOCKER_HOST: tcp://docker:2375/
services:
- docker:dind
before_script:
Loading