Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
9dbcda68
Commit
9dbcda68
authored
Mar 22, 2024
by
Derek Su
Browse files
Options
Downloads
Patches
Plain Diff
drone: remove s390x support
Signed-off-by:
Derek Su
<
derek.su@suse.com
>
parent
526fc5d5
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
.drone.yml
+0
-85
0 additions, 85 deletions
.drone.yml
with
0 additions
and
85 deletions
.drone.yml
+
0
−
85
View file @
9dbcda68
...
@@ -223,88 +223,6 @@ volumes:
...
@@ -223,88 +223,6 @@ volumes:
host
:
host
:
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
---
kind
:
pipeline
name
:
s390x
platform
:
os
:
linux
arch
:
amd64
# Hack needed for s390x: https://gist.github.com/colstrom/c2f359f72658aaabb44150ac20b16d7c#gistcomment-3858388
node
:
arch
:
s390x
steps
:
-
name
:
build
image
:
rancher/dapper:v0.5.8
commands
:
-
dapper ci
volumes
:
-
name
:
docker
path
:
/var/run/docker.sock
-
name
:
github_binary_release
image
:
rancher/drone-images:github-release-s390x
settings
:
api_key
:
from_secret
:
github_token
prerelease
:
true
checksum
:
-
sha256
checksum_file
:
CHECKSUMsum-s390x.txt
checksum_flatten
:
true
files
:
-
"
dist/artifacts/*"
when
:
instance
:
-
drone-publish.rancher.io
event
:
-
tag
-
name
:
docker-publish
image
:
rancher/drone-images:docker-s390x
volumes
:
-
name
:
docker
path
:
/var/run/docker.sock
settings
:
dockerfile
:
package/Dockerfile
password
:
from_secret
:
docker_password
repo
:
"
rancher/local-path-provisioner"
tag
:
"
${DRONE_BRANCH}-head-s390x"
username
:
from_secret
:
docker_username
when
:
instance
:
-
drone-publish.rancher.io
event
:
-
push
-
name
:
docker-tagged-publish
image
:
rancher/drone-images:docker-s390x
volumes
:
-
name
:
docker
path
:
/var/run/docker.sock
settings
:
dockerfile
:
package/Dockerfile
password
:
from_secret
:
docker_password
repo
:
"
rancher/local-path-provisioner"
tag
:
"
${DRONE_TAG}-s390x"
username
:
from_secret
:
docker_username
when
:
instance
:
-
drone-publish.rancher.io
event
:
-
tag
volumes
:
-
name
:
docker
host
:
path
:
/var/run/docker.sock
---
---
kind
:
pipeline
kind
:
pipeline
name
:
manifest
name
:
manifest
...
@@ -325,7 +243,6 @@ steps:
...
@@ -325,7 +243,6 @@ steps:
-
linux/amd64
-
linux/amd64
-
linux/arm64
-
linux/arm64
-
linux/arm
-
linux/arm
-
linux/s390x
target
:
"
rancher/local-path-provisioner:${DRONE_BRANCH}-head"
target
:
"
rancher/local-path-provisioner:${DRONE_BRANCH}-head"
template
:
"
rancher/local-path-provisioner:${DRONE_BRANCH}-head-ARCH"
template
:
"
rancher/local-path-provisioner:${DRONE_BRANCH}-head-ARCH"
when
:
when
:
...
@@ -345,7 +262,6 @@ steps:
...
@@ -345,7 +262,6 @@ steps:
-
linux/amd64
-
linux/amd64
-
linux/arm64
-
linux/arm64
-
linux/arm
-
linux/arm
-
linux/s390x
target
:
"
rancher/local-path-provisioner:${DRONE_TAG}"
target
:
"
rancher/local-path-provisioner:${DRONE_TAG}"
template
:
"
rancher/local-path-provisioner:${DRONE_TAG}-ARCH"
template
:
"
rancher/local-path-provisioner:${DRONE_TAG}-ARCH"
when
:
when
:
...
@@ -358,4 +274,3 @@ depends_on:
...
@@ -358,4 +274,3 @@ depends_on:
-
amd64
-
amd64
-
arm64
-
arm64
-
arm
-
arm
-
s390x
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