Skip to content

Commit

Permalink
Merge pull request #1739 from mrpalide/fix/linux-gorelease-new-packag…
Browse files Browse the repository at this point in the history
…e-skywire-deployment

fix linux goreleaser config issues
  • Loading branch information
mrpalide authored Feb 12, 2024
2 parents b580cb1 + 7914bfd commit 06aa253
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .goreleaser-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,11 +610,7 @@ 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 @@ -624,11 +620,7 @@ 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 @@ -638,11 +630,7 @@ 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 @@ -652,28 +640,20 @@ 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'
name_template: 'skywire-deployment-v{{ .Version }}-{{ .Os }}-{{ .Arch }}hf'
files:
- dmsghttp-config.json
- services-config.json
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 }}'
name_template: 'skywire-deployment-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- services-config.json
Expand Down

0 comments on commit 06aa253

Please sign in to comment.