Skip to content

Commit

Permalink
Create dist directory if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoss committed Jan 23, 2023
1 parent 3932865 commit 48f83dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ agent target=("ghcr.io/buildkite/agent-k8s:latest") os=("linux") arch=("amd64 ar
done
done
commaified=$(IFS=, ; echo "${platforms[*]}")
mkdir -p {{justfile_directory()}}/dist
docker buildx build --tag {{target}} --platform "$commaified" --push --metadata-file {{justfile_directory()}}/dist/metadata.json .
rm buildkite-agent-linux*
Expand Down

0 comments on commit 48f83dc

Please sign in to comment.