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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
df88bde6
Unverified
Commit
df88bde6
authored
3 years ago
by
Derek Su
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #217 from rohitsakala/master
Add s390x arch support
parents
1aaf7f42
c3b78f2e
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
+71
-0
71 additions, 0 deletions
.drone.yml
with
71 additions
and
0 deletions
.drone.yml
+
71
−
0
View file @
df88bde6
...
...
@@ -186,6 +186,75 @@ volumes:
host
:
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
ref
:
-
refs/head/master
-
refs/tags/*
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_TAG}-s390x"
username
:
from_secret
:
docker_username
when
:
instance
:
-
drone-publish.rancher.io
ref
:
-
refs/head/master
-
refs/tags/*
event
:
-
tag
volumes
:
-
name
:
docker
host
:
path
:
/var/run/docker.sock
---
kind
:
pipeline
name
:
manifest
...
...
@@ -206,6 +275,7 @@ steps:
-
linux/amd64
-
linux/arm64
-
linux/arm
-
linux/s390x
target
:
"
rancher/local-path-provisioner:${DRONE_TAG}"
template
:
"
rancher/local-path-provisioner:${DRONE_TAG}-ARCH"
when
:
...
...
@@ -221,3 +291,4 @@ depends_on:
-
amd64
-
arm64
-
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