aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20863b5..4067715 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,5 +30,5 @@ build:
- docker push $IMAGE:arm32v7
- docker manifest create $IMAGE $IMAGE:amd64 $IMAGE:arm64 $IMAGE:arm32v7
- docker manifest annotate $IMAGE $IMAGE:arm32v7 --os linux --arch arm --variant v7
- - docker manifest annotate $IMAGE $IMAGE:arm64 --os linux --arch arm --variant v8
+ - docker manifest annotate $IMAGE $IMAGE:arm64 --os linux --arch arm64 --variant v8
- docker manifest push $IMAGE