Skip to content

Commit

Permalink
fix: pass architecture in build (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanji authored Nov 15, 2024
1 parent 582068f commit 86394b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nfpm/arbitrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ release: 1
maintainer: "Guillaume Lefranc <[email protected]>"
description: "Replication Manager for MariaDB and MySQL - arbitrator package"
license: "GPLv3"
arch: amd64
arch: ${architecture}
platform: linux
contents:
- src: build/binaries/replication-manager-arb
Expand Down
2 changes: 1 addition & 1 deletion nfpm/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: ${version}
maintainer: "Guillaume Lefranc <[email protected]>"
description: "Replication Manager for MariaDB and MySQL - client package"
license: "GPLv3"
arch: amd64
arch: ${architecture}
platform: linux
contents:
- src: build/binaries/replication-manager-cli
Expand Down
4 changes: 2 additions & 2 deletions nfpm/osc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ release: 1
maintainer: "Guillaume Lefranc <[email protected]>"
description: "Replication Manager for MariaDB and MySQL - open source core"
license: "GPLv3"
arch: amd64
arch: ${architecture}
platform: linux
contents:
- src: build/binaries/replication-manager-osc
Expand All @@ -23,4 +23,4 @@ contents:
type: tree

scripts:
postinstall: ./scripts/post_install.sh
postinstall: ./scripts/post_install.sh
2 changes: 1 addition & 1 deletion nfpm/prov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: ${version}
maintainer: "Guillaume Lefranc <[email protected]>"
description: "Replication Manager for MariaDB and MySQL - provisioning version"
license: "GPLv3"
arch: amd64
arch: ${architecture}
platform: linux
contents:
- src: build/binaries/replication-manager-pro
Expand Down

0 comments on commit 86394b2

Please sign in to comment.