Skip to content

Commit

Permalink
fix linux release pipeline (#1738)
Browse files Browse the repository at this point in the history
* update release pipeline with skywire deployment archive

* fix conflicting id
  • Loading branch information
0pcom committed Feb 12, 2024
1 parent 5f3c76b commit b580cb1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,11 @@ archives:
- vpn-server-riscv64
- vpn-client-riscv64

<<<<<<< HEAD
- id: deployment-amd64
=======
- id: amd64
>>>>>>> develop
format: tar.gz
wrap_in_directory: false
name_template: 'skywire-deployment-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -620,7 +624,11 @@ archives:
builds:
- skywire-deployment-amd64

<<<<<<< HEAD
- id: deployment-arm64
=======
- id: arm64
>>>>>>> develop
format: tar.gz
wrap_in_directory: false
name_template: 'skywire-deployment-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -630,7 +638,11 @@ archives:
builds:
- skywire-deployment-arm64

<<<<<<< HEAD
- id: deployment-arm
=======
- id: arm
>>>>>>> develop
format: tar.gz
wrap_in_directory: false
name_template: 'skywire-deployment-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -640,7 +652,11 @@ archives:
builds:
- skywire-deployment-arm

<<<<<<< HEAD
- id: deployment-armhf
=======
- id: armhf
>>>>>>> develop
format: tar.gz
wrap_in_directory: false
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}hf'
Expand All @@ -650,7 +666,11 @@ archives:
builds:
- skywire-deployment-armhf

<<<<<<< HEAD
- id: deployment-riscv64
=======
- id: riscv64
>>>>>>> develop
format: tar.gz
wrap_in_directory: false
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
Expand Down

0 comments on commit b580cb1

Please sign in to comment.