Skip to content

Commit

Permalink
ci: plugin is the binary name...
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Dec 6, 2024
1 parent ea1e8dd commit 7c73ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release-oci-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -x
copybin() {
local gorel=$1
local plugarch=$2
mkdir -p "dist/$plugarch/plugin"
cp -p "dist/$gorel/bin"/* "dist/$plugarch/plugin/"
mkdir -p "dist/$plugarch"
cp -p "dist/$gorel/bin/fleeting-plugin-openstack" "dist/$plugarch/plugin"
}

# move binaries to places expected by fleetine-artifact
Expand Down

0 comments on commit 7c73ab7

Please sign in to comment.