Skip to content

Commit

Permalink
Fix dapper build distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace committed Jan 31, 2021
1 parent 76e1bf8 commit 4cfb3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ fi
if ! [ "$LOCAL" = "false" ]; then
build-binaries ${OS} ${ARCH}
fi

mkdir -p dist/artifacts
cp -r bin/fleet* dist/artifacts/
3 changes: 0 additions & 3 deletions scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ function build-image() {
fi
}

mkdir -p dist/artifacts
cp -r bin/fleet* dist/artifacts/

build-image fleet
build-image fleet-agent .agent

Expand Down

0 comments on commit 4cfb3d0

Please sign in to comment.