Skip to content

Commit

Permalink
Update skaffold-builder.nix
Browse files Browse the repository at this point in the history
Pass additional arguments onto buildx build command
  • Loading branch information
jashan-lco authored Mar 22, 2024
1 parent fa6ffe3 commit 43440a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
args+="--platform $PLATFORMS "
fi
docker buildx build "$BUILD_CONTEXT" --tag $IMAGE $args $SKAFFOLD_BUILDX_ARGS
docker buildx build "$BUILD_CONTEXT" --tag $IMAGE $args $SKAFFOLD_BUILDX_ARGS "$@"
'';
};
}

0 comments on commit 43440a1

Please sign in to comment.