Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quassel-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
quassel-docker
Commits
f436b1a8
Verified
Commit
f436b1a8
authored
6 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Fix architecture names
parent
3db66434
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-4
4 additions, 4 deletions
Makefile
with
4 additions
and
4 deletions
Makefile
+
4
−
4
View file @
f436b1a8
...
...
@@ -19,12 +19,12 @@ build_aarch64: Dockerfile
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-aarch64
$(
NAME
)
:aarch64
.PHONY
:
build_armhf
build_arm
32v6
:
Dockerfile
build_arm
hf
:
Dockerfile
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-armhf
--build-arg
BASE
=
multiarch/alpine:armhf-v
$(
ALPINE_VERSION
)
.
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-armhf
$(
NAME
)
:armhf
.PHONY
:
push
push
:
push_x86 push_aarch64 push_arm
32v6
push
:
push_x86 push_aarch64 push_arm
hf
.PHONY
:
push_x86
push_x86
:
build_x86
...
...
@@ -36,7 +36,7 @@ push_aarch64: build_aarch64
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-aarch64
docker push
$(
NAME
)
:aarch64
.PHONY
:
push_arm
32v6
push_arm
32v6
:
build_armhf
.PHONY
:
push_arm
hf
push_arm
hf
:
build_armhf
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-armhf
docker push
$(
NAME
)
:armhf
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