Skip to content
Snippets Groups Projects
Commit 9166c25e authored by Michael Thies's avatar Michael Thies
Browse files

Add image for crosscompilation of open62541 to armhf, win32 and win64

parent 6f73936d
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,10 @@ build: ...@@ -8,8 +8,10 @@ build:
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build rte-build - docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build rte-build
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild rte-crossbuild - docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild rte-crossbuild
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build open62541-build - docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build open62541-build
- docker image build -t registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-crossbuild open62541-crossbuild
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/build-essential - docker push registry.git.rwth-aachen.de/acplt/build-docker-image/build-essential
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build - docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild - docker push registry.git.rwth-aachen.de/acplt/build-docker-image/rte-crossbuild
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build - docker push registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-build
- docker push registry.git.rwth-aachen.de/acplt/build-docker-image/open62541-crossbuild
- docker logout $CI_REGISTRY - docker logout $CI_REGISTRY
FROM registry.git.rwth-aachen.de/acplt/build-docker-image/rte-build
RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 binutils-mingw-w64-x86-64 gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 && rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment