Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-cd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
gitlab-ci-cd
Commits
9cab74b9
Commit
9cab74b9
authored
2 months ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
build: Deprecate armv7
parent
eecbda20
No related branches found
No related tags found
1 merge request
!23
Develop
Pipeline
#9162
failed
2 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
1
View file @
9cab74b9
...
@@ -33,7 +33,7 @@ test docker:
...
@@ -33,7 +33,7 @@ test docker:
-
docker buildx build
-
docker buildx build
--push
--push
--no-cache
--no-cache
--platform linux/amd64,linux/arm64
,linux/arm/v7
--platform linux/amd64,linux/arm64
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
except
:
except
:
...
@@ -42,6 +42,10 @@ test docker:
...
@@ -42,6 +42,10 @@ test docker:
variables
:
variables
:
-
'
$CI_COMMIT_TITLE
=~
/^RELEASE:.+$/
||
$CI_PIPELINE_SOURCE
==
"schedule"'
-
'
$CI_COMMIT_TITLE
=~
/^RELEASE:.+$/
||
$CI_PIPELINE_SOURCE
==
"schedule"'
test semantic-release
:
stage
:
test
release
:
release
:
needs
:
[
'
test
docker'
]
needs
:
[
'
test
docker'
]
stage
:
release
stage
:
release
...
...
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