Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
gitlab-runner
Merge requests
!264
Use armel instead arm for Debian architecture
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use armel instead arm for Debian architecture
use-armel-for-debian-architecture
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Kamil Trzciński
requested to merge
use-armel-for-debian-architecture
into
master
8 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9c418ba2
1 commit,
8 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Makefile
+
2
−
2
Options
@@ -19,7 +19,7 @@ DEB_PLATFORMS ?= debian/wheezy debian/jessie debian/stretch debian/buster \
ubuntu/precise ubuntu/trusty ubuntu/utopic ubuntu/vivid ubuntu/wily ubuntu/xenial
\
raspbian/wheezy raspbian/jessie raspbian/stretch raspbian/buster
\
linuxmint/petra linuxmint/qiana linuxmint/rebecca linuxmint/rafaela linuxmint/rosa
DEB_ARCHS
?=
amd64 i386 arm armhf
DEB_ARCHS
?=
amd64 i386 arm
el
armhf
RPM_PLATFORMS
?=
el/6 el/7
\
ol/6 ol/7
\
fedora/20 fedora/21 fedora/22 fedora/23
@@ -229,7 +229,7 @@ package-deb:
# Building Debian compatible packages...
make package-deb-fpm
ARCH
=
amd64
PACKAGE_ARCH
=
amd64
make package-deb-fpm
ARCH
=
386
PACKAGE_ARCH
=
i386
make package-deb-fpm
ARCH
=
arm
PACKAGE_ARCH
=
arm
make package-deb-fpm
ARCH
=
arm
PACKAGE_ARCH
=
arm
el
make package-deb-fpm
ARCH
=
arm
PACKAGE_ARCH
=
armhf
package-rpm
:
Loading