Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker Image for Software Builds
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
Docker Image for Software Builds
Commits
9166c25e
Commit
9166c25e
authored
4 years ago
by
Michael Thies
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
open62541-crossbuild/Dockerfile
+3
-0
3 additions, 0 deletions
open62541-crossbuild/Dockerfile
with
5 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
9166c25e
...
@@ -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
This diff is collapsed.
Click to expand it.
open62541-crossbuild/Dockerfile
0 → 100644
+
3
−
0
View file @
9166c25e
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/
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment