mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-23 10:18:49 +08:00
chore(release): support multiple platform
This commit is contained in:
@@ -160,9 +160,10 @@
|
||||
steps: [
|
||||
{
|
||||
name: 'build-all-binary',
|
||||
image: 'golang:1.18',
|
||||
image: 'techknowlogick/xgo:go-1.18.x',
|
||||
pull: 'always',
|
||||
commands: [
|
||||
'export PATH=$PATH:$GOPATH/bin',
|
||||
'make release'
|
||||
],
|
||||
when: {
|
||||
|
||||
Reference in New Issue
Block a user