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
3db66434
Verified
Commit
3db66434
authored
6 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Fix architecture names
parent
f1c8b90d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+16
-16
16 additions, 16 deletions
Makefile
with
16 additions
and
16 deletions
Makefile
+
16
−
16
View file @
3db66434
...
@@ -6,37 +6,37 @@ ALPINE_VERSION=3.9
...
@@ -6,37 +6,37 @@ ALPINE_VERSION=3.9
all
:
push
all
:
push
.PHONY
:
build
.PHONY
:
build
build
:
build_x86 build_a
rm64v8
build_arm
32v7
build
:
build_x86 build_a
arch64
build_arm
hf
.PHONY
:
build_x86
.PHONY
:
build_x86
build_x86
:
Dockerfile
build_x86
:
Dockerfile
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
--build-arg
BASE
=
alpine:
$(
ALPINE_VERSION
)
.
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
--build-arg
BASE
=
alpine:
$(
ALPINE_VERSION
)
.
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
$(
NAME
)
:latest
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
$(
NAME
)
:latest
.PHONY
:
build_a
rm64v8
.PHONY
:
build_a
arch64
build_a
rm64v8
:
Dockerfile
build_a
arch64
:
Dockerfile
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
rm64v8
--build-arg
BASE
=
multiarch/alpine:aarch64-v
$(
ALPINE_VERSION
)
.
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
arch64
--build-arg
BASE
=
multiarch/alpine:aarch64-v
$(
ALPINE_VERSION
)
.
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
rm64v8
$(
NAME
)
:a
rm64v8
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
arch64
$(
NAME
)
:a
arch64
.PHONY
:
build_arm
32v7
.PHONY
:
build_arm
hf
build_arm32v6
:
Dockerfile
build_arm32v6
:
Dockerfile
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
32v7
--build-arg
BASE
=
multiarch/alpine:armhf-v
$(
ALPINE_VERSION
)
.
docker build
-t
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
hf
--build-arg
BASE
=
multiarch/alpine:armhf-v
$(
ALPINE_VERSION
)
.
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
32v7
$(
NAME
)
:arm
32v7
docker tag
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
hf
$(
NAME
)
:arm
hf
.PHONY
:
push
.PHONY
:
push
push
:
push_x86 push_a
rm64v8
push_arm32v6
push
:
push_x86 push_a
arch64
push_arm32v6
.PHONY
:
push_x86
.PHONY
:
push_x86
push_x86
:
build_x86
push_x86
:
build_x86
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
docker push
$(
NAME
)
:latest
docker push
$(
NAME
)
:latest
.PHONY
:
push_a
rm64v8
.PHONY
:
push_a
arch64
push_a
rm64v8
:
build_a
rm64v8
push_a
arch64
:
build_a
arch64
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
rm64v8
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-a
arch64
docker push
$(
NAME
)
:a
rm64v8
docker push
$(
NAME
)
:a
arch64
.PHONY
:
push_arm32v6
.PHONY
:
push_arm32v6
push_arm32v6
:
build_arm
32v7
push_arm32v6
:
build_arm
hf
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
32v7
docker push
$(
NAME
)
:
$(
QUASSEL_VERSION
)
-arm
hf
docker push
$(
NAME
)
:arm
32v7
docker push
$(
NAME
)
:arm
hf
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